Skip to content

Commit a4e4a02

Browse files
committedJan 28, 2022
Only run CI for bors and pull requests
1 parent 930caab commit a4e4a02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/rust.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Rust
22

33
on:
44
push:
5-
branches-ignore:
6-
- trying.tmp
7-
- staging.tmp
5+
branches:
6+
- trying
7+
- staging
88
pull_request:
9-
9+
1010
env:
1111
RUST_TEST_THREADS: 1
1212

0 commit comments

Comments
 (0)
Please sign in to comment.