Skip to content

Commit

Permalink
add on publish trigger
Browse files Browse the repository at this point in the history
may solve #461
  • Loading branch information
sstidl committed May 24, 2024
1 parent 0d03e44 commit ea30ad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
tags: ["v*.*.*"]
pull_request:
branches: ["{{is_default_branch}}"]
release:
types: [published]

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

0 comments on commit ea30ad4

Please sign in to comment.