From e690b8103813451d9d9521ab2688085d49fa35b8 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Fri, 18 Dec 2020 18:18:21 -0800 Subject: EmulatorPkg/.azurepipelines: Enable EDK II CI for stable/* branches https://bugzilla.tianocore.org/show_bug.cgi?id=3130 Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Cc: Sean Brogan Cc: Bret Barkelew Cc: Liming Gao Signed-off-by: Michael D Kinney Acked-by: Ray Ni Reviewed-by: Liming Gao --- EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 2 ++ EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml | 2 ++ 2 files changed, 4 insertions(+) (limited to 'EmulatorPkg/PlatformCI') diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml index 17d62bb69e..faf57e7dd5 100644 --- a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml @@ -11,8 +11,10 @@ ## trigger: - master + - stable/* pr: - master + - stable/* jobs: - job: Platform_CI variables: diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml index 2bfce4e0af..03ffb1a5a5 100644 --- a/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml @@ -11,8 +11,10 @@ ## trigger: - master + - stable/* pr: - master + - stable/* jobs: - job: Platform_CI -- cgit v1.2.3