From f61cc8e1ff65eb8a5ac2f7c9314b2176fdffde8c Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Wed, 27 May 2020 23:55:31 +0200 Subject: [PATCH] added feature branches to github action --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 715a8a697..e1943121b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,9 @@ name: Execute build and Sonar on: push: - branches: [ master ] + branches: + - master + - feature/** pull_request: branches: [ master ]