From 1d1144cbfba5a06f2736b5b3cddd10798ca9e512 Mon Sep 17 00:00:00 2001 From: Haff Date: Tue, 27 Feb 2024 11:52:07 -0500 Subject: [PATCH] try a different approach --- .github/workflows/pull-request.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b8ae25ab..a67dce31 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,9 +1,6 @@ name: Pull Request on: - push: - # trigger ci by creating a branch starting with ci-test/ - branches: 'ci-test/*' pull_request: branches: '*'