Skip to content

Commit 6cd3958

Browse files
author
Vitaliy Boyko
committed
Deploy alpha version only if PR has deploy-alpha label
1 parent 7b8eaf0 commit 6cd3958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gradlepublishalpha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Grant execute permission for gradlew
2424
run: chmod +x gradlew
2525
- name: Run publish plugin
26+
if: contains(github.event.pull_request.labels.*.name, 'deploy-alpha')
2627
run: ./gradlew publishPlugin -i
2728
env:
2829
MAGENTO_PHPSTORM_intellijPublishToken: ${{ secrets.JET_BRAINS_TOKEN }}

0 commit comments

Comments
 (0)