We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc3125 commit 20e1771Copy full SHA for 20e1771
1 file changed
.github/workflows/ci.yml
@@ -2,7 +2,6 @@ name: CI
2
3
on:
4
push:
5
- branches: [develop]
6
pull_request:
7
branches: [develop]
8
workflow_dispatch:
@@ -56,7 +55,7 @@ jobs:
56
55
run: pnpm run build
57
58
- name: Deploy to Cloudflare Pages
59
- if: github.repository == 'connectbot/connectbot.github.io' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
+ if: github.repository == 'connectbot/connectbot.github.io' && github.event_name == 'push'
60
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1
61
with:
62
apiToken: ${{ secrets.CLOUDFLARE_PAGES_TOKEN }}
0 commit comments