diff --git a/.github/workflows/image-api.yml b/.github/workflows/image-api.yml index a3f3bee..4442ece 100644 --- a/.github/workflows/image-api.yml +++ b/.github/workflows/image-api.yml @@ -14,6 +14,10 @@ on: - "api-admin@*" - "api-internal@*" - "api-public@*" + + release: + types: # This configuration does not affect the page_build event above + - created workflow_dispatch: inputs: @@ -22,6 +26,7 @@ on: required: true default: 'no' + jobs: style: runs-on: ubuntu-latest