We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f569c73 commit de0f419Copy full SHA for de0f419
1 file changed
.github/workflows/build-push-image.yml
@@ -2,9 +2,7 @@
2
# main branch only
3
name: Push to Docker Hub from Main Branch
4
5
-on:
6
- push:
7
- branches: main
+on: workflow_dispatch
8
9
jobs:
10
build-push-image:
0 commit comments