Skip to content

Commit 6a31be0

Browse files
committed
rename branch
1 parent ec53737 commit 6a31be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches: [ staging, trying, main ]
44
pull_request:
55

66
name: Clippy check

.github/workflows/rustfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ staging, trying, master ]
3+
branches: [ staging, trying, main ]
44
pull_request:
55

66
name: Code formatting check

0 commit comments

Comments
 (0)