Skip to content

Commit

Permalink
ci: remove branch check for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Mar 20, 2023
1 parent cb41d8f commit db994c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Exit if not on main branch
if: endsWith(github.ref, 'main') == false
run: exit -1

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit db994c4

Please sign in to comment.