diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index ac1b36c..a333d44 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -3,7 +3,11 @@ permissions: contents: write actions: write on: - pull_request: + pull_request: + types: + - opened + - closed + - synchronize workflow_dispatch: inputs: prerelease: @@ -29,4 +33,4 @@ jobs: generate_release_notes: 'true' draft: 'false' files: | - README.md \ No newline at end of file + README.md