diff options
Diffstat (limited to '.azurepipelines/Ubuntu-PatchCheck.yml')
-rw-r--r-- | .azurepipelines/Ubuntu-PatchCheck.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu-PatchCheck.yml index dff8f579b6..4de453bf9d 100644 --- a/.azurepipelines/Ubuntu-PatchCheck.yml +++ b/.azurepipelines/Ubuntu-PatchCheck.yml @@ -5,7 +5,7 @@ # NOTE: This example monitors pull requests against the edk2-ci branch. Most
# environments would replace 'edk2-ci' with 'master'.
#
-# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
# https://github.com/tianocore
@@ -16,6 +16,7 @@ trigger: none pr:
- master
+- stable/*
pool:
vmImage: 'ubuntu-latest'
|