Skip to content

Commit

Permalink
ci: keep the old condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax authored and T1B0 committed Nov 23, 2024
1 parent 1878a0c commit b19d7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
semantic-release:
needs: install
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main && github.event.review.state == 'approved' && github.event.pull_request.state == 'open'
if: github.ref == 'refs/heads/main'
permissions:
contents: write

Expand Down

0 comments on commit b19d7bd

Please sign in to comment.