From af605734b9a66fa4b1d5b5887704e2940de43cf6 Mon Sep 17 00:00:00 2001 From: 0xCodercrane <108444211+0xcodercrane@users.noreply.github.com> Date: Wed, 3 May 2023 02:47:11 +0800 Subject: [PATCH] feat: push action for development branch --- .github/workflows/cloudflare-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cloudflare-deploy.yml b/.github/workflows/cloudflare-deploy.yml index 3818375..89e1953 100644 --- a/.github/workflows/cloudflare-deploy.yml +++ b/.github/workflows/cloudflare-deploy.yml @@ -1,6 +1,9 @@ name: Deploy to Cloudflare Pages on: + push: + branches: + - development pull_request: jobs: