From cdcfeabaf9f16584770950ad2c3bab551a50e04f Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 11 Jun 2022 13:53:54 -0700 Subject: [PATCH] Add testing_prs to trigger for testing PRs --- .github/workflows/testing_prs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_prs.yaml b/.github/workflows/testing_prs.yaml index 7f86cf79..b5514f19 100644 --- a/.github/workflows/testing_prs.yaml +++ b/.github/workflows/testing_prs.yaml @@ -9,7 +9,7 @@ on: - 'tests/**' - 'poetry.lock' - 'pyproject.toml' - - '.github/workflows/testing.yaml' + - '.github/workflows/testing_prs.yaml' pull_request: branches: [ develop ] paths: @@ -18,7 +18,7 @@ on: - 'tests/**' - 'poetry.lock' - 'pyproject.toml' - - '.github/workflows/testing.yaml' + - '.github/workflows/testing_prs.yaml' defaults: run: