File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ github:
34
34
merge : false
35
35
rebase : false
36
36
protected_branches :
37
- master :
37
+ main :
38
38
required_pull_request_reviews :
39
39
required_approving_review_count : 1
40
40
notifications :
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ name: CI
2
2
3
3
on :
4
4
push :
5
- branches : ['master', ' main']
5
+ branches : ['main']
6
6
pull_request :
7
- branches : ['master', ' main']
7
+ branches : ['main']
8
8
9
9
jobs :
10
10
lint :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@master
14
+ uses : actions/checkout@main
15
15
- uses : actions/setup-python@v2
16
16
with :
17
17
python-version : ' 3.x'
26
26
python_version : ["3.7", "3.8", "3.9", "3.10"]
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@master
29
+ uses : actions/checkout@main
30
30
31
31
- name : Set up Python
32
32
uses : actions/setup-python@v2
You can’t perform that action at this time.
0 commit comments