Skip to content

Commit

Permalink
[ci] Use the new "main" default branch (#100)
Browse files Browse the repository at this point in the history
The main branch is now the default branch, we need to update CI triggers
accordingly.
  • Loading branch information
brendanzagaeski authored Dec 15, 2020
1 parent 26d65d9 commit ad80a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Xamarin.Android.Tools $(Rev:r)

trigger:
- master
- main
- d16-*

pr:
- master
- main
- d16-*

# Global variables
Expand Down

0 comments on commit ad80a42

Please sign in to comment.