Skip to content

Commit 43a0820

Browse files
committed
Correct branch name
1 parent d2ba6e9 commit 43a0820

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)