Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ trigger:
branches:
include:
- master
- main
- release/*
- internal/release/*

Expand Down
1 change: 1 addition & 0 deletions .azure/pipelines/helix-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ schedules:
branches:
include:
- master
- main
always: true
- cron: "0 9 * * *"
branches:
Expand Down
3 changes: 3 additions & 0 deletions .azure/pipelines/quarantined-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ trigger:
branches:
include:
- master
- main
- release/5.0

# Run PR validation on branches that include Helix tests
Expand All @@ -17,6 +18,7 @@ pr:
branches:
include:
- master
- main
- release/5.0
paths:
exclude:
Expand All @@ -36,6 +38,7 @@ schedules:
branches:
include:
- master
- main
always: true

variables:
Expand Down