Skip to content

Commit

Permalink
Run CI builds only on main and release branches (microsoft#6026)
Browse files Browse the repository at this point in the history
The CI build is currently running on any new branch in the repo. We
should run it only on `main` and `release*` branches.
  • Loading branch information
hekota authored Nov 16, 2023
1 parent 7c33007 commit 7cb19f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
trigger:
- main
- release*

resources:
- repo: self

Expand Down

0 comments on commit 7cb19f1

Please sign in to comment.