Skip to content

Commit

Permalink
Remove if condition from release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnnd committed Aug 12, 2021
1 parent 7fc9500 commit ba3e5ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ba3e5ce

Please sign in to comment.