Skip to content

Commit

Permalink
Test workflow_dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfintel committed Aug 4, 2024
1 parent 420be5e commit 1927264
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
branches: ["{{is_default_branch}}"]
release:
types: [published]
workflow_dispatch:
branches: ["*"]
# Publish semver tags as releases.
tags: ["*.*.*"]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit 1927264

Please sign in to comment.