Skip to content

Commit 83f19d5

Browse files
committed
Allow for triggering builds via Web UI and API
(cherry picked from commit 3b054d8)
1 parent 109465f commit 83f19d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
workflow:
22
rules:
3-
- if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH =~ /^ucsc\//
3+
- if: $CI_PIPELINE_SOURCE =~ /^(push|web|api)$/ && $CI_COMMIT_BRANCH =~ /^ucsc\//
44

55
stages:
66
- build_image

0 commit comments

Comments
 (0)