Skip to content

Commit ad80a42

Browse files
[ci] Use the new "main" default branch (#100)
The main branch is now the default branch, we need to update CI triggers accordingly.
1 parent 26d65d9 commit ad80a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Xamarin.Android.Tools $(Rev:r)
22

33
trigger:
4-
- master
4+
- main
55
- d16-*
66

77
pr:
8-
- master
8+
- main
99
- d16-*
1010

1111
# Global variables

0 commit comments

Comments
 (0)