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