From 1b4ea786697c6d6f370e0d2c7fb1557cd4ca14c9 Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Mon, 19 May 2025 16:52:49 -0700 Subject: [PATCH] Update Test Worklow We want to run test on PR and allow workflow dispatch. Signed-off-by: Gilbert Sanchez --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01aa8ea..993346f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,9 @@ name: Test -on: [push] +on: + push: + branches: [ $default-branch ] + pull_request: + workflow_dispatch: jobs: test: name: Test