We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f992336 commit 5793ccaCopy full SHA for 5793cca
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
release:
12
- if: github.event.pull_request.merged == true
+ if: github.event.pull_request.merged == true && contains(github.event.pull_request.title, 'Version Packages')
13
permissions:
14
contents: write
15
strategy:
0 commit comments