Skip to content

Commit 51bd728

Browse files
committed
ci: run workflows on .github changes
1 parent d97847c commit 51bd728

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zig-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- "src/**/*.zig"
1212
- "src/*.zig"
1313
- "*.zig"
14+
- ".github/**"
1415
pull_request:
1516

1617
# By default GH trigger on types opened, synchronize and reopened.
@@ -26,6 +27,7 @@ on:
2627
- "src/**/*.zig"
2728
- "src/*.zig"
2829
- "*.zig"
30+
- ".github/**"
2931
# Allows you to run this workflow manually from the Actions tab
3032
workflow_dispatch:
3133

0 commit comments

Comments
 (0)