summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-PatchCheck.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-PatchCheck.yml')
-rw-r--r--src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-PatchCheck.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-PatchCheck.yml b/src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-PatchCheck.yml
index 369b8e9c07b..9ffd57c555e 100644
--- a/src/VBox/Devices/EFI/Firmware/.azurepipelines/Ubuntu-PatchCheck.yml
+++ b/src/VBox/Devices/EFI/Firmware/.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'