GitLab CI: use $CI_DEFAULT_BRANCH

This commit is contained in:
Alex Gleason 2022-12-30 11:23:44 -06:00
parent a49d37df6e
commit 1d31ac01aa
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -116,7 +116,7 @@ docs-deploy:
- curl -X POST -F"token=$CI_JOB_TOKEN" -F'ref=master' https://gitlab.com/api/v4/projects/15685485/trigger/pipeline
only:
refs:
- develop
- $CI_DEFAULT_BRANCH
changes:
- "docs/**/*"
interruptible: true
@ -144,7 +144,7 @@ pages:
- public
only:
refs:
- develop
- $CI_DEFAULT_BRANCH
interruptible: true
docker:
@ -161,7 +161,7 @@ docker:
- docker push $CI_REGISTRY_IMAGE
only:
refs:
- develop
- $CI_DEFAULT_BRANCH
interruptible: true
include: