Allow edited release tags to run the pipeline

This commit is contained in:
Abdul Rabbani 2022-05-13 08:03:26 -04:00
parent 47d4961ea6
commit 972ab2f102

View File

@ -1,7 +1,7 @@
name: Publish Docker image
on:
release:
types: [published]
types: [published, edited]
jobs:
build:
name: Run docker build