Skip to content

Commit

Permalink
Trigger when workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Nov 7, 2023
1 parent 9fb10ad commit 4798fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bun-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- "build.zig"
- "Makefile"
- "Dockerfile"
- ".github/workflows/**/*"
pull_request:
branches:
- main
Expand All @@ -27,6 +28,7 @@ on:
- "build.zig"
- "Makefile"
- "Dockerfile"
- ".github/workflows/**/*"
workflow_dispatch:

env:
Expand Down

0 comments on commit 4798fd9

Please sign in to comment.