Skip to content

Commit

Permalink
fix: build docker on draft release (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli authored Dec 6, 2023
1 parent 93ace41 commit f131108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
release:
types: [unpublished] # GITHUB_REF == tag pushed with the release
types: [created] # GITHUB_REF == tag pushed with the release
pull_request:
paths:
- ".github/workflows/build-docker.yml"
Expand Down

0 comments on commit f131108

Please sign in to comment.