build: only run publish-npm-packages on pkg/npm

This commit is contained in:
matildepark 2021-03-30 15:39:41 -04:00 committed by GitHub
parent 11a821f777
commit 4f54c7dec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ on:
push:
branches:
- 'master'
paths:
- 'pkg/npm/**'
jobs:
publish-api:
runs-on: ubuntu-latest