refactor(ci): only run release workflows on released event (#4288)

This commit is contained in:
Joe Previte 2021-11-01 10:06:10 -07:00 committed by GitHub
parent 976891a2e2
commit 743bab09cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
workflow_dispatch: workflow_dispatch:
release: release:
types: [published] types: [released]
jobs: jobs:
docker-images: docker-images:

View File

@ -6,7 +6,7 @@ on:
workflow_dispatch: workflow_dispatch:
release: release:
types: [published] types: [released]
jobs: jobs:
# NOTE: this job requires curl, jq and yarn # NOTE: this job requires curl, jq and yarn