From 1f1d5f487831c117d95316f8739548aac86a38bc Mon Sep 17 00:00:00 2001 From: John Hooks Date: Fri, 15 Dec 2023 02:07:35 -0800 Subject: [PATCH] ci: add test suit on pr --- .github/workflows/test-suite.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 84753fa..d25c795 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -1,6 +1,9 @@ name: Test Suite -on: [push, workflow_dispatch] +on: + pull_request: + branches: [main, epic/*] + workflow_dispatch: jobs: test: