mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
Merge pull request #4695 from urbit/matildepark-patch-1
build: only run publish-npm-packages on pkg/npm
This commit is contained in:
commit
ab4356ea88
2
.github/workflows/publish-npm-packages.yml
vendored
2
.github/workflows/publish-npm-packages.yml
vendored
@ -3,6 +3,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
paths:
|
||||||
|
- 'pkg/npm/**'
|
||||||
jobs:
|
jobs:
|
||||||
publish-api:
|
publish-api:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user