Skip to content

Commit 2d5388a

Browse files
committed
chore: wip
1 parent 7637f45 commit 2d5388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: bun --bun run test
116116

117117
deploy-prod:
118-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
118+
if: github.ref == 'refs/heads/main' && github.event_name == 'push' && needs.check_commit_message.outputs.contains_release == '0'
119119
needs: [lint, typecheck, test]
120120
runs-on: ubuntu-latest
121121
environment: production

0 commit comments

Comments
 (0)