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
|
name: Publish Docker image
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published, edited]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Run docker build
|
name: Run docker build
|
||||||
|
Loading…
Reference in New Issue
Block a user