Skip to content

Commit 33ec300

Browse files
committed
ci: run ci on .github changes
1 parent 0c2f0b7 commit 33ec300

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/wpt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- "src/*.zig"
1818
- "tests/wpt/**"
1919
- "vendor/**"
20+
- ".github/**"
2021
pull_request:
2122

2223
# By default GH trigger on types opened, synchronize and reopened.
@@ -33,6 +34,7 @@ on:
3334
- "src/*.zig"
3435
- "tests/wpt/**"
3536
- "vendor/**"
37+
- ".github/**"
3638
# Allows you to run this workflow manually from the Actions tab
3739
workflow_dispatch:
3840

.github/workflows/zig-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- "src/**/*.zig"
1717
- "src/*.zig"
1818
- "vendor/zig-js-runtime"
19+
- ".github/**"
1920
pull_request:
2021

2122
# By default GH trigger on types opened, synchronize and reopened.
@@ -31,6 +32,7 @@ on:
3132
- "src/**/*.zig"
3233
- "src/*.zig"
3334
- "vendor/**"
35+
- ".github/**"
3436
# Allows you to run this workflow manually from the Actions tab
3537
workflow_dispatch:
3638

0 commit comments

Comments
 (0)