File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 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'
1618jobs :
1719 coverage :
1820 if : github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'KurtWagner'
Original file line number Diff line number Diff line change 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'
1618jobs :
1719 test :
1820 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 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'
1618jobs :
1719 test :
1820 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments