Skip to content

Commit b7fa3ec

Browse files
committed
Update workflow
1 parent ab7b995 commit b7fa3ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Rust
1+
name: Rust Checks
22

33
on:
44
push:
5-
branches: [ $default-branch ]
5+
branches: [ "main"]
66
pull_request:
7-
branches: [ $default-branch ]
7+
branches: [ "main" ]
88

99
env:
1010
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)