Skip to content

Commit

Permalink
ci: remove branch check from release job
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpaulino committed Jul 14, 2023
1 parent f14b3e5 commit 86c406c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
release:
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 86c406c

Please sign in to comment.