Skip to content

Commit 3a5159b

Browse files
authored
Change branch name to 'master' in workflow
1 parent cd588a1 commit 3a5159b

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)