Updating readme to test pull_request.closed workflow trigger

This commit is contained in:
Ethan Knowlton 2023-11-14 04:14:55 -05:00
parent 5b3a40f473
commit 4dd9d3fd43
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,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')
runs-on: ubuntu-latest
needs: [test]
steps: