From e8f370c19768d3e2df0498b0754683e6b3432b76 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Sun, 11 Apr 2021 20:58:42 +0200 Subject: [PATCH] Run PR workflow on PR to any branch --- .github/workflows/pull-request-verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-verification.yml b/.github/workflows/pull-request-verification.yml index 9d95fc3..b3f6952 100644 --- a/.github/workflows/pull-request-verification.yml +++ b/.github/workflows/pull-request-verification.yml @@ -4,7 +4,7 @@ on: paths-ignore: [ '*.md' ] branches: - master - - develop + - '**' jobs: build: