Run GitLab CI on "staging" and "develop" branches

This commit is contained in:
Andrew Shu
2025-02-03 19:57:24 -08:00
committed by Deimos
parent d16a537059
commit 0a9a1669e3

View File

@@ -3,6 +3,8 @@ workflow:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == 'staging'
- if: $CI_COMMIT_BRANCH == 'develop'
default: default:
image: docker:27.4.1 image: docker:27.4.1