From 696009dd6913269c2ecbeb60636d6f76b89c977f Mon Sep 17 00:00:00 2001 From: Yisheng Cai Date: Mon, 7 Oct 2024 21:27:23 -0600 Subject: [PATCH] Trigger staging deploy with pull_request_target (#24) * Trigger with pull_request_target * Fix event type * Remove conditions --- .github/workflows/stage.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/stage.yaml b/.github/workflows/stage.yaml index db045f6..ad67f46 100644 --- a/.github/workflows/stage.yaml +++ b/.github/workflows/stage.yaml @@ -1,9 +1,7 @@ name: Deploy to Cloudflare Workers(Staging) on: - pull_request: - branches: - - master + pull_request_target: paths-ignore: - '**.md' repository_dispatch: