From 9276756755638c8bb49a5dcd42db43b8912e6969 Mon Sep 17 00:00:00 2001 From: Jiaxiao Zhou Date: Thu, 21 Jul 2022 15:09:02 -0700 Subject: [PATCH] Github Actions: removed pull requests (#107) * added pr_target Signed-off-by: Jiaxiao Zhou * remove pull requests Signed-off-by: Jiaxiao Zhou --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 904af8bf..4b500ba2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,8 +3,6 @@ name: CI on: push: branches: [main] - pull_request: - branches: [main] pull_request_target: types: [assigned, opened, synchronize, reopened] branches: [main]