Skip to content

Commit 5a32dd3

Browse files
authored
Merge pull request #38 from Rust-for-Linux/alex-patch-1
CI: only run tests on rust branch and PRs
2 parents 1185f89 + 2879719 commit 5a32dd3

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)