Skip to content

Commit

Permalink
Only run workflow when release is published
Browse files Browse the repository at this point in the history
  • Loading branch information
vktr committed Jan 9, 2021
1 parent 291a321 commit a07f683
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish Docker image

on:
release
release:
types: [published]

jobs:
push_to_registry:
Expand Down

0 comments on commit a07f683

Please sign in to comment.