Skip to content

Commit 1927264

Browse files
committed
Test workflow_dispatch event
1 parent 420be5e commit 1927264

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
branches: ["{{is_default_branch}}"]
1717
release:
1818
types: [published]
19+
workflow_dispatch:
20+
branches: ["*"]
21+
# Publish semver tags as releases.
22+
tags: ["*.*.*"]
1923

2024
env:
2125
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)