Skip to content

Commit fec9de7

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 2752c79 commit fec9de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)