From 5ce5658d0e5f67720683732ecbf79bfce895ef05 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:24:41 -0400 Subject: [PATCH] GitHub trigger updated for just pull requests (#3882) (#3918) * GitHub trigger updated for just pull requests Co-authored-by: Chris Lalancette (cherry picked from commit 305750093589439cacabb26b2d376b21bd6a00d5) Co-authored-by: Cristian Chitiva --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f826e92a0bc..0f1664a5746 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Test -on: [push, pull_request] +on: pull_request jobs: test: