Skip to content

Commit

Permalink
ci(docker): Adjust workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Aug 12, 2024
1 parent fba5127 commit 7901ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker
on:
workflow_dispatch:
release:
types: [published]
types: [published, released, created]

jobs:
release:
Expand Down

0 comments on commit 7901ddf

Please sign in to comment.