From a8c490355338a5e102ae94f7eaca6184fad67b9d Mon Sep 17 00:00:00 2001 From: cenfun Date: Sat, 27 Jul 2024 11:21:36 +0800 Subject: [PATCH] add pull_request --- .github/workflows/test-pr.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index c6ead28d..b535fbe8 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -2,8 +2,11 @@ name: Test PR on: + push: + branches: ["main"] + pull_request: - types: [opened, reopened, edited, review_requested] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: