From 99e255f84256d64a1850cc4496c2c382fe2f2b2e Mon Sep 17 00:00:00 2001 From: Jeffrey Chien Date: Tue, 6 Aug 2024 14:03:26 -0400 Subject: [PATCH] Remove pull request trigger. --- .github/workflows/build-test-artifacts.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build-test-artifacts.yml b/.github/workflows/build-test-artifacts.yml index 657d355037..3b8ec31733 100644 --- a/.github/workflows/build-test-artifacts.yml +++ b/.github/workflows/build-test-artifacts.yml @@ -3,15 +3,6 @@ name: Build Test Artifacts on: - pull_request: - branches: - - main* - - feature* - types: - - opened - - synchronize - - reopened - - ready_for_review push: branches: - main*