Skip to content

Commit a319543

Browse files
authored
Merge pull request #846 from jmrenouard/master
Change branch name to 'master' in workflow
2 parents cd588a1 + 3a5159b commit a319543

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Docker Publish
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "master" ]
6+
# Allows you to run this workflow manually from the Actions tab
7+
workflow_dispatch:
68

79
jobs:
810
build-and-push:

0 commit comments

Comments
 (0)