Skip to content

Commit

Permalink
Updating readme to test pull_request.closed workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
eknowlton committed Nov 14, 2023
1 parent 9cf023b commit 5b3a40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5b3a40f

Please sign in to comment.