We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab7b995 commit b7fa3ecCopy full SHA for b7fa3ec
1 file changed
.github/workflows/rust.yml
@@ -1,10 +1,10 @@
1
-name: Rust
+name: Rust Checks
2
3
on:
4
push:
5
- branches: [ $default-branch ]
+ branches: [ "main"]
6
pull_request:
7
+ branches: [ "main" ]
8
9
env:
10
CARGO_TERM_COLOR: always
0 commit comments