From 4ed40424beeadce1f394facb3748a7dc9aa35b25 Mon Sep 17 00:00:00 2001 From: javaxman Date: Fri, 7 Aug 2026 23:11:30 +0200 Subject: [PATCH] ci: limit deploy workflow to main branch --- .gitea/workflows/deploy-cloudflare.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy-cloudflare.yml b/.gitea/workflows/deploy-cloudflare.yml index 9fe25cd..c414642 100644 --- a/.gitea/workflows/deploy-cloudflare.yml +++ b/.gitea/workflows/deploy-cloudflare.yml @@ -5,7 +5,7 @@ name: Deploy Cloudflare on: push: - branches: [main, gitea-actions] + branches: [main] paths-ignore: - "**.md" - ".cursor/**" @@ -29,5 +29,4 @@ jobs: env: 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 + run: npm run deploy:cf \ No newline at end of file