diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d82760d0..699a9e9f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,7 +21,10 @@ on: # Trigger the workflow on release activity release: # Only use the types keyword to narrow down the activity types that will trigger your workflow. - types: [published, created] + types: + - published + - edited + - created # Certain actions will only run when this is the master repo. env: