From cd302f1773683d07bba28112f9d1c94ea46f864b Mon Sep 17 00:00:00 2001 From: "Thyge S. Steffensen" <31892312+thygesteffensen@users.noreply.github.com> Date: Wed, 17 Mar 2021 10:19:35 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b4060b..32a1aa9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,10 @@ name: Build on: pull_request: - types: [assigned, opened, synchronize, reopened] + types: [ assigned, opened, synchronize, reopened ] + push: + branches: + - 'feature/**' jobs: test: @@ -37,4 +40,4 @@ jobs: name: build path: | build/PowerAutomateMockUp.dll - retention-days: 5 \ No newline at end of file + retention-days: 5