diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 8d5026b..37bca45 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -9,7 +9,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] - release: [published] + release: + types: [published] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: