Skip to content

Commit 10a394f

Browse files
committed
add workflow_dispatch type to publish container action
1 parent 89d77ab commit 10a394f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Create and publish the PyStemmusScope container image 📦
44
on:
55
release:
66
types: [published]
7+
workflow_dispatch:
78

89
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
910
env:

0 commit comments

Comments
 (0)