We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3561f2 commit faf9e86Copy full SHA for faf9e86
.github/workflows/audit.yml
@@ -10,7 +10,7 @@ on:
10
- '**/Cargo.lock'
11
push:
12
branches:
13
- - master
+ - main
14
15
env:
16
RUST_BACKTRACE: 1
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
.github/workflows/pre-commit.yml
@@ -5,7 +5,7 @@ permissions: {} # none
5
on:
6
- branches: [master]
+ branches: [main]
0 commit comments