mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-21 21:55:09 +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
|
||||
needs: ['test']
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_COMMIT_BRANCH == "stable"
|
||||
changes:
|
||||
paths:
|
||||
- package.json
|
||||
|
|
Loading…
Reference in a new issue