We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7120c commit dc97974Copy full SHA for dc97974
.github/workflows/publish.yml
@@ -1,5 +1,7 @@
1
name: Publish Docker
2
-on: [push]
+on:
3
+ push:
4
+ workflow_dispatch: # Manually start a workflow
5
jobs:
6
build:
7
runs-on: ubuntu-latest
0 commit comments