Skip to content

Commit 09a5037

Browse files
authored
Merge pull request #349 from Muscraft/prepare-default-main
chore: Prepare for renaming default branch to main
2 parents e3561f2 + faf9e86 commit 09a5037

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '**/Cargo.lock'
1111
push:
1212
branches:
13-
- master
13+
- main
1414

1515
env:
1616
RUST_BACKTRACE: 1

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
push:
99
branches:
10-
- master
10+
- main
1111

1212
env:
1313
RUST_BACKTRACE: 1

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permissions: {} # none
55
on:
66
pull_request:
77
push:
8-
branches: [master]
8+
branches: [main]
99

1010
env:
1111
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)