Updating readme to test pull_request.closed workflow trigger

This commit is contained in:
Ethan Knowlton 2023-11-14 04:03:36 -05:00
parent 9cf023ba45
commit 5b3a40f473
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
if: |
github.event.pull_request.merged == true &&
github.ref_name == 'master' &&
contains(github.event.pull_request.head.name, 'release')
!contains(github.event.pull_request.head.name, 'release')
uses: ./.github/workflows/test.yaml
release-please: