We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd588a1 + 3a5159b commit a319543Copy full SHA for a319543
1 file changed
.github/workflows/docker_publish.yml
@@ -2,7 +2,9 @@ name: Docker Publish
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ "master" ]
6
+ # Allows you to run this workflow manually from the Actions tab
7
+ workflow_dispatch:
8
9
jobs:
10
build-and-push:
0 commit comments