Skip to content

Commit 5793cca

Browse files
committed
ci: only trigger on specific pr title
1 parent f992336 commit 5793cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
release:
12-
if: github.event.pull_request.merged == true
12+
if: github.event.pull_request.merged == true && contains(github.event.pull_request.title, 'Version Packages')
1313
permissions:
1414
contents: write
1515
strategy:

0 commit comments

Comments
 (0)