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

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