From 4e03cbd356b4594bcd42d4968fa8501849c428c4 Mon Sep 17 00:00:00 2001 From: yueh Date: Fri, 18 Sep 2020 10:32:06 +0200 Subject: [PATCH] Simply build all branches --- .github/workflows/pull_requests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 969eb2e3a..ba01625ab 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -3,8 +3,7 @@ name: 'Build PRs' on: pull_request: branches: - - master - - '[0-9.x]+-[0-9.]+' + - '*' jobs: build: