Update GitLab CI to run on staging-* and develop-* versioned branches

This commit is contained in:
Andrew Shu
2025-07-08 06:48:48 -07:00
parent e6e9661e35
commit 495c6da890

View File

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