mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-25 07:25:13 +00:00
make publish only run on stable branch
This commit is contained in:
parent
46052d0e10
commit
079b0dd655
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ publish-npm:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
needs: ['test']
|
needs: ['test']
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == "stable"
|
||||||
changes:
|
changes:
|
||||||
paths:
|
paths:
|
||||||
- package.json
|
- package.json
|
||||||
|
|
Loading…
Reference in a new issue