Skip to content

Commit

Permalink
Update release packages action
Browse files Browse the repository at this point in the history
  • Loading branch information
decs committed Mar 1, 2024
1 parent a2aece5 commit cdf7f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: pnpm test:e2e
release:
name: Release packages
if: github.event_name == 'push'
if: github.event_name == 'push' && github.ref_name == 'main'
runs-on: ubuntu-latest
needs: [gen, lint, test, test-e2e]
steps:
Expand Down

0 comments on commit cdf7f9e

Please sign in to comment.