We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f04140 commit d450662Copy full SHA for d450662
.github/workflows/ci.yml
@@ -117,7 +117,7 @@ jobs:
117
deploy-playground:
118
needs: build-and-test
119
runs-on: ubuntu-latest
120
- if: github.event_name == 'release' || github.event_name == 'workflow_dispatch'
+ if: (github.event_name == 'release' || github.event_name == 'workflow_dispatch') && github.ref != 'refs/heads/main'
121
steps:
122
- uses: actions/checkout@v4
123
with:
0 commit comments