Skip to content

Commit a1db20e

Browse files
authored
Change test-target branch to main (#5)
1 parent 693115c commit a1db20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
tags: [ v* ]
77
pull_request:
8-
branches: [ master ]
8+
branches: [ main ]
99

1010
jobs:
1111
test:

0 commit comments

Comments
 (0)