Skip to content

Commit

Permalink
avoid multiple triggers on release
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Dec 11, 2023
1 parent 083f467 commit 2ee7e0e
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 @@ -7,7 +7,7 @@ on:
release:
# Release logic:
# https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=unpublished#release
types: [published, released, prereleased, created, edited ] # GITHUB_REF == tag pushed with the release
types: [published, released, edited ] # GITHUB_REF == tag pushed with the release
pull_request:
paths:
- ".github/workflows/build-docker.yml"
Expand Down

0 comments on commit 2ee7e0e

Please sign in to comment.