From 964eb76c2a5ae100774ad4de0014f5d352996ad4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 4 Jun 2023 11:25:33 -0600 Subject: [PATCH 1/3] chore: Update test.yml --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92a127442eb..73463bf0336 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,14 +4,15 @@ on: push: branches: - "**" + pull_request_target: + branches: + - main pull_request: branches: - main - - sec pull_request_review: branches: - main - - sec jobs: shellcheck: From 7158deaac3ffe10408b76fab1c7c5fff54c53ea9 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Sun, 4 Jun 2023 20:03:27 -0600 Subject: [PATCH 2/3] Update test.yml --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73463bf0336..d09ff612d5f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,9 +7,6 @@ on: pull_request_target: branches: - main - pull_request: - branches: - - main pull_request_review: branches: - main From c51dbf353f7d53dc1ce9333770864b6e172b9d41 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Sun, 4 Jun 2023 20:06:05 -0600 Subject: [PATCH 3/3] Update test.yml --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d09ff612d5f..5c3775d36db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,10 +4,9 @@ on: push: branches: - "**" - pull_request_target: - branches: - - main pull_request_review: + pull_request_target: + pull_request: branches: - main