Skip to content

Commit 45108b0

Browse files
committed
Change branch name from 'master' to 'main'
1 parent 23f460d commit 45108b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: test
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
env:
1010
POETRY_VIRTUALENVS_IN_PROJECT: "true"
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
path: .venv
4343
key: poetry-packages-${{ github.ref }}-${{ github.workflow }}-${{ github.job }}-${{ env.MAIN_PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }}
44-
restore-keys: poetry-packages-refs/heads/master-${{ github.workflow }}-${{ github.job }}-${{ env.MAIN_PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }}
44+
restore-keys: poetry-packages-refs/heads/main-${{ github.workflow }}-${{ github.job }}-${{ env.MAIN_PYTHON_VERSION }}-${{ hashFiles('**/poetry.lock') }}
4545

4646
- name: Install dependencies
4747
run: make install
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
path: .venv
8282
key: poetry-packages-${{ github.ref }}-${{ github.workflow }}-${{ github.job }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
83-
restore-keys: poetry-packages-refs/heads/master-${{ github.workflow }}-${{ github.job }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
83+
restore-keys: poetry-packages-refs/heads/main-${{ github.workflow }}-${{ github.job }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
8484

8585
- name: Install dependencies
8686
run: make install

0 commit comments

Comments
 (0)