ci: run ci on .github changes

This commit is contained in:
Pierre Tachoire
2024-06-18 16:05:21 +02:00
parent 0c2f0b78aa
commit 33ec300947
2 changed files with 4 additions and 0 deletions

View File

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