We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a417d87 commit fc5ddabCopy full SHA for fc5ddab
1 file changed
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
run: bunx semantic-release
41
42
- name: Deploy
43
- id: deploy
+ if: github.ref == 'refs/heads/main'
44
uses: cloudflare/wrangler-action@v3
45
with:
46
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
0 commit comments