Skip to content

Commit 0117c6b

Browse files
authored
Rename default branch to main (#61)
1 parent 470736a commit 0117c6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-push
22

33
on:
44
push:
5-
branches: ['master']
5+
branches: ['main']
66
paths:
77
- .github/workflows/build-push.yml
88
- Dockerfile

.github/workflows/pytest.yml

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

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

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)