From 5e6227ff63051aeafaf90f0a08484763bb79f4d0 Mon Sep 17 00:00:00 2001 From: Andrew Coates <30809111+acoates-ms@users.noreply.github.com> Date: Wed, 10 Feb 2021 10:53:09 -0800 Subject: [PATCH] CI should run on PRs to future stable branches --- .ado/android-pr.yml | 2 +- .ado/apple-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ado/android-pr.yml b/.ado/android-pr.yml index 889dc5da6d20cf..3223dac18a9937 100644 --- a/.ado/android-pr.yml +++ b/.ado/android-pr.yml @@ -7,7 +7,7 @@ pr: branches: include: - master - - 0.59-stable + - '*-stable' paths: exclude: - '*.md' diff --git a/.ado/apple-pr.yml b/.ado/apple-pr.yml index 4ad289cf557306..6514e5219e2646 100644 --- a/.ado/apple-pr.yml +++ b/.ado/apple-pr.yml @@ -10,7 +10,7 @@ pr: branches: include: - master - - 0.59-stable + - '*-stable' paths: exclude: - '*.md'