Skip to content

Commit 1709612

Browse files
committed
Trigger CI on changes to CI configs
1 parent e581d0c commit 1709612

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
- '**.zig'
99
- '**.zon'
1010
- 'integration_tests/test_cases/**'
11+
- '.github/workflows/coverage.yml'
1112
pull_request:
1213
paths:
1314
- '**.zig'
1415
- '**.zon'
1516
- 'integration_tests/test_cases/**'
17+
- '.github/workflows/coverage.yml'
1618
jobs:
1719
coverage:
1820
if: github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'KurtWagner'

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
- '**.zig'
99
- '**.zon'
1010
- 'integration_tests/test_cases/**'
11+
- '.github/workflows/linux.yml'
1112
pull_request:
1213
paths:
1314
- '**.zig'
1415
- '**.zon'
1516
- 'integration_tests/test_cases/**'
17+
- '.github/workflows/linux.yml'
1618
jobs:
1719
test:
1820
runs-on: ubuntu-latest

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
- '**.zig'
99
- '**.zon'
1010
- 'integration_tests/test_cases/**'
11+
- '.github/workflows/windows.yml'
1112
pull_request:
1213
paths:
1314
- '**.zig'
1415
- '**.zon'
1516
- 'integration_tests/test_cases/**'
17+
- '.github/workflows/windows.yml'
1618
jobs:
1719
test:
1820
runs-on: windows-latest

0 commit comments

Comments
 (0)