Allow edited release tags to run the pipeline
This commit is contained in:
parent
47d4961ea6
commit
972ab2f102
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
@ -1,7 +1,7 @@
|
||||
name: Publish Docker image
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [published, edited]
|
||||
jobs:
|
||||
build:
|
||||
name: Run docker build
|
||||
|
Loading…
Reference in New Issue
Block a user