From ded11f2aa0182c9b82420139cce6f327ab138e7a Mon Sep 17 00:00:00 2001 From: Xichen Wu <102925032+wxicu@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:19:45 +0100 Subject: [PATCH] Update test_action.yml to trigger on pr --- .github/workflows/test_action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 948a19c..8eb0a0b 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -1,5 +1,7 @@ name: hadge test workflow -on: push +on: + push: + pull_request: jobs: test_genetic: name: Run pipeline in genetic mode with test data