1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-05-31 12:14:42 -04:00
parent c13edf921e
commit afacfa9efa

View File

@ -9,8 +9,8 @@ jobs:
publish:
name: Publish NPM Package `master`
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
if: ${{ contains(github.event.pull_request.labels.*.name, 'area/extension') }}
if: |
${{ github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'area/extension') }}
strategy:
matrix:
node-version: [12.x]