Skip to content

Commit 2b957d0

Browse files
authored
Merge pull request #2 from tompntn/fixup
Correct branch name
2 parents ce3bad4 + 43a0820 commit 2b957d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Rust
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
pull_request:
99
branches:
10-
- master
10+
- main
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)