Skip to content

Commit 337bdba

Browse files
committed
Add branch to gitlab CI config.
It is more clear that we can set a branch here for testing changes to REST CI.
1 parent 635a27b commit 337bdba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
stages:
1+
stages:
22
- test
3-
3+
44
trigger_pipeline:
55
stage: test
6-
rules:
6+
rules:
77
- if: $CI_COMMIT_BRANCH =~ /^main|^release-.*/ || $CI_COMMIT_TAG != "" # only/except rules are no longer actively developed. Please use `rules` instead.
88
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
9-
changes:
9+
changes:
1010
- "!.github/workflows/quarto-render.yml"
1111
- "!_quarto.yml"
1212
- "!quarto-materials/*"
@@ -20,3 +20,4 @@ trigger_pipeline:
2020
trigger:
2121
project: tiledb-inc/tiledb-internal
2222
strategy: depend
23+
branch: main

0 commit comments

Comments
 (0)