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