fix: trigger CI on both main and master branches
This commit is contained in:
parent
99193d1b71
commit
baeb716a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ publish:
|
|||
- echo "//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}" >> .npmrc
|
||||
- pnpm publish --no-git-checks
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "main"
|
||||
- if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH == "master"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue