Skip to content

Commit 3a076d5

Browse files
committed
move to push workflow trigger
workflow_dispatch does not work becuase the workflow file is not on the main branch yet.
1 parent 870c2d9 commit 3a076d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-cloud-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: docker-cloud go publish
2-
on: workflow_dispatch
2+
on: push
33
jobs:
44
publish:
55
permissions:

0 commit comments

Comments
 (0)