ci: limit deploy workflow to main branch
Some checks failed
Deploy Cloudflare / deploy (push) Failing after 46s
Some checks failed
Deploy Cloudflare / deploy (push) Failing after 46s
This commit is contained in:
@ -5,7 +5,7 @@ name: Deploy Cloudflare
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, gitea-actions]
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- ".cursor/**"
|
||||
@ -30,4 +30,3 @@ jobs:
|
||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||
run: npm run deploy:cf
|
||||
# retrigger 2026-08-07T21:08:09Z
|
||||
|
||||
Reference in New Issue
Block a user