Skip to content

Commit d03a17d

Browse files
authored
Merge pull request #105 from syphar/master-to-main
rename default branch to `main`
2 parents b564eba + 251ba4a commit d03a17d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
99
- "**"
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout the source code
18-
uses: actions/checkout@master
18+
uses: actions/checkout@main
1919

2020
- name: Install Rust stable
2121
run: |
@@ -45,7 +45,7 @@ jobs:
4545
test_flags: --skip buildtest --skip integration --skip run_binary_with_same_name_as_file
4646
steps:
4747
- name: Checkout the source code
48-
uses: actions/checkout@master
48+
uses: actions/checkout@main
4949

5050
- name: Install Rust stable
5151
run: |

0 commit comments

Comments
 (0)