We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470736a commit 0117c6bCopy full SHA for 0117c6b
.github/workflows/build-push.yml
@@ -2,7 +2,7 @@ name: build-push
2
3
on:
4
push:
5
- branches: ['master']
+ branches: ['main']
6
paths:
7
- .github/workflows/build-push.yml
8
- Dockerfile
.github/workflows/pytest.yml
@@ -2,9 +2,9 @@ name: pytest
- branches: [ "master" ]
+ branches: [ "main" ]
pull_request:
9
permissions:
10
contents: read
0 commit comments