Skip to content

Commit 2f691ea

Browse files
committed
use main
1 parent c626929 commit 2f691ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88

99
env:
1010
RUSTFLAGS: -Dwarnings
@@ -19,7 +19,7 @@ jobs:
1919
rust: [stable, nightly]
2020

2121
steps:
22-
- uses: actions/checkout@master
22+
- uses: actions/checkout@main
2323

2424
- name: Install ${{ matrix.rust }}
2525
uses: actions-rs/toolchain@v1
@@ -50,7 +50,7 @@ jobs:
5050
name: Checking fmt, clippy, and docs
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/checkout@master
53+
- uses: actions/checkout@main
5454

5555
- uses: actions-rs/toolchain@v1
5656
with:

0 commit comments

Comments
 (0)