Skip to content

Commit 6652173

Browse files
committed
don't test main after PRs are merged
this just duplicates the work of bors for no good reason
1 parent 806ab5b commit 6652173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
branches: [main]
55
push:
6-
branches: [main, staging, trying]
6+
branches: [staging, trying]
77

88
env:
99
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)