Skip to content

Commit 8024a0f

Browse files
committed
Add PR trigger for main branch in CI pipeline
1 parent ff3881e commit 8024a0f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ci/run_tests_pipeline.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
trigger: none
22

3+
pr:
4+
branches:
5+
include:
6+
- main
7+
38
variables:
49
ARCHIVED_LOGS: "$(Build.ArtifactStagingDirectory)/questdb-$(Build.SourceBranchName)-$(Build.SourceVersion)-$(System.StageAttempt)-$(Agent.OS).zip"
510
QUESTDB_RUNNING: true

0 commit comments

Comments
 (0)