Skip to content

Commit

Permalink
Allow edited release tags to run the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Rabbani committed May 13, 2022
1 parent 47d4961 commit 972ab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish Docker image
on:
release:
types: [published]
types: [published, edited]
jobs:
build:
name: Run docker build
Expand Down

0 comments on commit 972ab2f

Please sign in to comment.