From 4b876ad7af7ac5664bc81208327308a0dde090bb Mon Sep 17 00:00:00 2001 From: sbstjn Date: Thu, 17 Dec 2020 11:33:19 +0100 Subject: [PATCH] feat: run integration on every push --- .github/workflows/integration.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index bb74b541..054adfc8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,8 +1,6 @@ name: Integration -on: - push: - branches: ['main'] +on: [push, pull_request] jobs: build: @@ -49,8 +47,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Semantic Release + - if: github.ref == 'refs/heads/main' uses: cycjimmy/semantic-release-action@v2 + name: Semantic Release timeout-minutes: 2 id: semantic with: