Skip to content

Commit

Permalink
Add 'edited' to on.release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 authored Dec 3, 2021
1 parent a09ab4d commit f40dc60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ on:
# Trigger the workflow on release activity
release:
# Only use the types keyword to narrow down the activity types that will trigger your workflow.
types: [published, created]
types:
- published
- edited
- created

# Certain actions will only run when this is the master repo.
env:
Expand Down

0 comments on commit f40dc60

Please sign in to comment.