We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee91b76 commit 705f0a2Copy full SHA for 705f0a2
.github/workflows/gradlepublishalpha.yml
@@ -5,7 +5,7 @@ name: Publish Plugin alpha version
5
on:
6
push:
7
branches:
8
- - 1.0.1-develop
+ - master
9
10
jobs:
11
build:
@@ -23,7 +23,6 @@ jobs:
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- name: Run publish plugin
26
- if: contains(github.event.pull_request.labels.*.name, 'deploy-alpha')
27
run: ./gradlew publishPlugin -i
28
env:
29
MAGENTO_PHPSTORM_intellijPublishToken: ${{ secrets.JET_BRAINS_TOKEN }}
0 commit comments