Skip to content

Commit b1f909a

Browse files
committed
Change master to main
1 parent da5afd1 commit b1f909a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/code-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: code-coverage
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
jobs:
66
run:
77
runs-on: ubuntu-latest
88
env:
99
PYTHON: '3.9'
1010
steps:
11-
- uses: actions/checkout@master
11+
- uses: actions/checkout@main
1212
- name: Setup Python
13-
uses: actions/setup-python@master
13+
uses: actions/setup-python@main
1414
with:
1515
python-version: 3.9
1616
- name: Generate coverage report

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: tests
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)