diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2020-12-18 18:16:29 -0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-12-22 22:11:48 +0000 |
commit | 2bca741149a704979b438a080599e2d7c8ffd04a (patch) | |
tree | 764290ad8298e25f182fba60b0d59a53571a1655 /.azurepipelines/Ubuntu-GCC5.yml | |
parent | 88e47d1959bfaf9417cfd4865ef3c6a926c1978b (diff) | |
download | edk2-2bca741149a704979b438a080599e2d7c8ffd04a.tar.gz |
.azurepipelines: Enable EDK II CI for stable/* branches
https://bugzilla.tianocore.org/show_bug.cgi?id=3130
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to '.azurepipelines/Ubuntu-GCC5.yml')
-rw-r--r-- | .azurepipelines/Ubuntu-GCC5.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.azurepipelines/Ubuntu-GCC5.yml b/.azurepipelines/Ubuntu-GCC5.yml index 7cd67c98da..3760c6efe1 100644 --- a/.azurepipelines/Ubuntu-GCC5.yml +++ b/.azurepipelines/Ubuntu-GCC5.yml @@ -7,8 +7,10 @@ ##
trigger:
- master
+- stable/*
pr:
- master
+- stable/*
jobs:
- template: templates/pr-gate-build-job.yml
|