From 22a39aa36da8ac8c8d2c0b2b4032195ccf3afd02 Mon Sep 17 00:00:00 2001 From: arc0035 Date: Sat, 4 Nov 2023 23:12:05 +0800 Subject: [PATCH] . --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce5117e4..eae76131 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,15 +4,11 @@ on: push: # 分支 branches: [ main ] - pull_request_target: - branches: [ main ] - types: [closed] workflow_dispatch: jobs: build: if: | - github.event.pull_request.merged == true || github.event_name == 'push' || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest