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

@@ -16,6 +16,7 @@ on:
- "src/**/*.zig"
- "src/*.zig"
- "vendor/zig-js-runtime"
- ".github/**"
pull_request:
# By default GH trigger on types opened, synchronize and reopened.
@@ -31,6 +32,7 @@ on:
- "src/**/*.zig"
- "src/*.zig"
- "vendor/**"
- ".github/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: