Skip to content

Commit 705f0a2

Browse files
author
Vitaliy Boyko
committed
Deploy to alpha from master
1 parent ee91b76 commit 705f0a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gradlepublishalpha.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish Plugin alpha version
55
on:
66
push:
77
branches:
8-
- 1.0.1-develop
8+
- master
99

1010
jobs:
1111
build:
@@ -23,7 +23,6 @@ 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')
2726
run: ./gradlew publishPlugin -i
2827
env:
2928
MAGENTO_PHPSTORM_intellijPublishToken: ${{ secrets.JET_BRAINS_TOKEN }}

0 commit comments

Comments
 (0)