ci: track build.zig changes

This commit is contained in:
Pierre Tachoire
2024-04-03 15:00:27 +02:00
parent 0af69fee6d
commit 6e8398be96
3 changed files with 5 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ on:
branches: branches:
- main - main
paths: paths:
- "build.zig"
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "tests/wpt/**" - "tests/wpt/**"
@@ -26,6 +27,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review] types: [opened, synchronize, reopened, ready_for_review]
paths: paths:
- "build.zig"
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "tests/wpt/**" - "tests/wpt/**"

View File

@@ -11,6 +11,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review] types: [opened, synchronize, reopened, ready_for_review]
paths: paths:
- "build.zig"
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab

View File

@@ -8,6 +8,7 @@ on:
branches: branches:
- main - main
paths: paths:
- "build.zig"
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "vendor/jsruntime-lib" - "vendor/jsruntime-lib"
@@ -21,6 +22,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review] types: [opened, synchronize, reopened, ready_for_review]
paths: paths:
- "build.zig"
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "vendor/**" - "vendor/**"