From 58afe755b8a13506c8834e1753c620a746da038d Mon Sep 17 00:00:00 2001 From: yueh Date: Thu, 17 Sep 2020 21:37:53 +0200 Subject: [PATCH] Build PRs for all release branches (#4746) --- .github/workflows/pull_requests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 2cee10876..605dfe785 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -2,7 +2,9 @@ name: 'Build PRs' on: pull_request: - branches: [ master ] + branches: + - master + - [0-9.x]+-[0-9.]+ jobs: build: