Skip to content

Commit

Permalink
Merge pull request #50 from privacybydesign/workflow
Browse files Browse the repository at this point in the history
add workflow dispatch
  • Loading branch information
w-ensink authored Dec 4, 2024
2 parents 32d9f09 + c56476a commit b602226
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 b602226

Please sign in to comment.