We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109465f commit 83f19d5Copy full SHA for 83f19d5
.gitlab/ci.yaml
@@ -1,6 +1,6 @@
1
workflow:
2
rules:
3
- - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH =~ /^ucsc\//
+ - if: $CI_PIPELINE_SOURCE =~ /^(push|web|api)$/ && $CI_COMMIT_BRANCH =~ /^ucsc\//
4
5
stages:
6
- build_image
0 commit comments