Skip to content

Commit

Permalink
Include release and publish types in workflows
Browse files Browse the repository at this point in the history
This should trigger builds for releases when they are created as a draft
from the web UI
  • Loading branch information
ressu committed Sep 15, 2021
1 parent b3ec673 commit de3bdd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
types:
- "created"
- "edited"
- "published"
- "released"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit de3bdd7

Please sign in to comment.