From 167ca204b2aeb1593536b0ca686d023b88273510 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Fri, 10 Feb 2023 13:11:02 +0800 Subject: [PATCH] Remove trigger on pull request --- .github/workflows/static.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 63107b1c9..cd7d35498 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -7,11 +7,6 @@ on: - main paths-ignore: - 'apple/**' - pull_request: - branches: - - main - paths-ignore: - - 'apple/**' workflow_dispatch: