We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc58e8f commit 8912fdeCopy full SHA for 8912fde
1 file changed
.github/workflows/docker-publish.yml
@@ -16,6 +16,9 @@ on:
16
# Run tests for any PRs.
17
pull_request:
18
19
+ # Manual dispatch
20
+ workflow_dispatch:
21
+
22
env:
23
IMAGE_NAME: atlassian-sdk
24
0 commit comments