mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
build: only run publish-npm-packages on pkg/npm
This commit is contained in:
parent
11a821f777
commit
4f54c7dec6
2
.github/workflows/publish-npm-packages.yml
vendored
2
.github/workflows/publish-npm-packages.yml
vendored
@ -3,6 +3,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- 'pkg/npm/**'
|
||||
jobs:
|
||||
publish-api:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user