Skip to content

Commit 0569bf7

Browse files
committed
fix: CI branch name master -> main
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent 04ed8ec commit 0569bf7

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
@@ -18,11 +18,11 @@ on:
1818

1919
pull_request:
2020
branches:
21-
- master
21+
- main
2222

2323
push:
2424
branches:
25-
- master
25+
- main
2626

2727
schedule:
2828
- cron: '0 0 * * *'

0 commit comments

Comments
 (0)