Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Shields <directhex@apebox.org>2021-02-04 23:55:14 +0300
committerJoseph Shields <directhex@apebox.org>2021-02-04 23:55:14 +0300
commit7810ac6b96248d1d5e22c5747d254d0137a7bbb0 (patch)
treef332b3c5774e3074eb965b468a07296cbe1605cb
parented3d6916e09600a02fe3818b33b33cda917e43fe (diff)
Build based on changes to main branch too
-rw-r--r--.github/CONTRIBUTING.md2
-rw-r--r--eng/azure-pipelines.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 0c71729b4..46952df8f 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -21,7 +21,7 @@ investigate bugs, regressions and problems.
License
=======
-Check the [LICENSE](https://github.com/mono/linker/blob/master/LICENSE) file.
+Check the [LICENSE](https://github.com/mono/linker/blob/main/LICENSE) file.
CLA
=======
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index 92ca830ad..b4e90d7a2 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
+ - main
- release/*
- mono-*
@@ -10,6 +11,7 @@ pr:
branches:
include:
- master
+ - main
- release/*
- mono-*
- feature/*