Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
w-ensink committed Dec 4, 2024
1 parent a92024e commit 66604f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
release:
# Note: a current limitation is that when a release is edited after publication, then the Docker tags are not automatically updated.
types: [ published ]
# Make it possible to trigger the checks manually.
workflow_dispatch:

permissions:
contents: write
Expand Down

0 comments on commit 66604f7

Please sign in to comment.