Skip to content

Commit d450662

Browse files
committed
ci: do not try to deploy the playground from main
1 parent 2f04140 commit d450662

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
@@ -117,7 +117,7 @@ jobs:
117117
deploy-playground:
118118
needs: build-and-test
119119
runs-on: ubuntu-latest
120-
if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
120+
if: (github.event_name == 'release' || github.event_name == 'workflow_dispatch') && github.ref != 'refs/heads/main'
121121
steps:
122122
- uses: actions/checkout@v4
123123
with:

0 commit comments

Comments
 (0)