Skip to content

Commit

Permalink
Update tag-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evveryaaaa authored Apr 19, 2023
1 parent e5224f6 commit 2818f0e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ permissions:
contents: write
actions: write
on:
pull_request:
pull_request:
types:
- opened
- closed
- synchronize
workflow_dispatch:
inputs:
prerelease:
Expand All @@ -29,4 +33,4 @@ jobs:
generate_release_notes: 'true'
draft: 'false'
files: |
README.md
README.md

0 comments on commit 2818f0e

Please sign in to comment.