Skip to content

Commit 642d5e3

Browse files
committed
test
1 parent 4b4495c commit 642d5e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/version-tag-and-release-notes.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ on:
1616
jobs:
1717
create-tag-and-release:
1818
runs-on: ubuntu-latest
19-
# if: github.event.pull_request.merged == true
20-
if: startsWith(github.event.pull_request.title, 'chore bump version')
21-
# if: (github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'chore: bump version')) || github.event_name == 'workflow_dispatch'
19+
if: (github.event.pull_request.merged == true && contains(github.event.pull_request.title, 'bump version')) || github.event_name == 'workflow_dispatch'
2220
steps:
2321
- name: Checkout code
2422
uses: actions/checkout@v4

0 commit comments

Comments
 (0)