ci: add path contraints for pull requests

This commit is contained in:
Pierre Tachoire
2023-11-15 11:58:09 +01:00
parent a671f6fd8a
commit d06d09ddda
3 changed files with 11 additions and 0 deletions

View File

@@ -10,9 +10,14 @@ on:
paths:
- "src/**/*.zig"
- "src/*.zig"
- "test/wpt/**"
pull_request:
branches:
- main
paths:
- "src/**/*.zig"
- "src/*.zig"
- "test/wpt/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: