From ba3e5ce9d71d8b7ac54177bb3fecea37dff1b45d Mon Sep 17 00:00:00 2001 From: Philipp Date: Thu, 12 Aug 2021 15:02:30 +0200 Subject: [PATCH] Remove if condition from release pipeline --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 858572b6..f7c66a87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,6 @@ on: jobs: test: name: Test Elixir ${{ matrix.version }} - if: github.event.base_ref == 'refs/heads/main' runs-on: ubuntu-latest container: elixir:${{ matrix.version }}-alpine strategy: @@ -54,7 +53,6 @@ jobs: run: mix test build: name: Build and Release - if: github.event.base_ref == 'refs/heads/main' needs: - test runs-on: ubuntu-latest