Skip to content

Commit 5cde91e

Browse files
committed
Update github actions to run tests on bump to dependencies
1 parent e0e78ec commit 5cde91e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55
- 'src/**'
66
- 'tests/**'
77
- '**/*.zig'
8+
- 'deps/**'
89
- '.github/**'
910
pull_request:
10-
branches: [main]
11+
branches: [main, zig-master]
1112
jobs:
1213
test:
1314
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)