From 14dd70c7426651543f107784b0ac42c72583b7ff Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Tue, 30 Jun 2020 22:04:19 +0200 Subject: [PATCH] Add develop branch to PR verification --- .github/workflows/pull-request-verification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-verification.yml b/.github/workflows/pull-request-verification.yml index 567a4d0..0ce1af8 100644 --- a/.github/workflows/pull-request-verification.yml +++ b/.github/workflows/pull-request-verification.yml @@ -3,6 +3,7 @@ on: pull_request: branches: - master + - develop jobs: build: