Skip to content

Commit 0b2f426

Browse files
committed
master -> main
1 parent 06d0a9b commit 0b2f426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Unit tests
22

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

99
jobs:
1010
build:
@@ -141,4 +141,4 @@ jobs:
141141
- name: Run Tests
142142
env:
143143
TOXENV: django${{ matrix.django-version }}
144-
run: tox
144+
run: tox

0 commit comments

Comments
 (0)