We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6702e64 commit 5f08d15Copy full SHA for 5f08d15
.github/workflows/tests.yaml
@@ -2,8 +2,11 @@ name: Rust Tests
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
pull_request:
8
types: [opened, synchronize, reopened, ready_for_review]
9
+ workflow_dispatch:
10
11
env:
12
CARGO_TERM_COLOR: always
0 commit comments