We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e1771 commit 6b825d6Copy full SHA for 6b825d6
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
run: pnpm run build
56
57
- name: Deploy to Cloudflare Pages
58
- if: github.repository == 'connectbot/connectbot.github.io' && github.event_name == 'push'
+ if: github.ref == 'refs/heads/develop' && github.repository == 'connectbot/connectbot.github.io' && github.event_name == 'push'
59
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1
60
with:
61
apiToken: ${{ secrets.CLOUDFLARE_PAGES_TOKEN }}
0 commit comments