Skip to content

Commit 2879719

Browse files
authored
CI: only run tests on rust branch and PRs
This avoids running the tests 2x on PRs that exist on this repo (as opposed to forks).
1 parent 1185f89 commit 2879719

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [pull_request, push]
1+
on:
2+
pull_request: {}
3+
push:
4+
branches: [rust]
25

36
jobs:
47
ci:

0 commit comments

Comments
 (0)