Skip to content

Commit

Permalink
Add triggers for 'main' branch (#29505)
Browse files Browse the repository at this point in the history
- part of #29475
  • Loading branch information
dougbu authored Jan 22, 2021
1 parent 699b80f commit c925f99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
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

0 comments on commit c925f99

Please sign in to comment.