We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f83c60 commit acc0b09Copy full SHA for acc0b09
1 file changed
.github/workflows/publish.yml
@@ -2,8 +2,6 @@ name: Publish
2
3
on:
4
push:
5
- branches:
6
- - 'master'
7
tags:
8
- 'v*'
9
paths:
@@ -41,7 +39,6 @@ jobs:
41
39
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42
40
43
- name: Set Working Directory
44
- if: github.event.inputs.workspace != ''
45
env:
46
IS_PUSH: ${{ github.event_name == 'push' }}
47
IS_PLUGIN: ${{ startsWith(github.event.inputs.workspace, 'plugin-') }}
0 commit comments