From d9b5a1df2b92c69fbc1df6789d02070438635b51 Mon Sep 17 00:00:00 2001 From: Cong Wang Date: Thu, 13 Jun 2024 09:42:59 -0400 Subject: [PATCH] Also for tests --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9aedb0..d00c35a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,10 @@ name: Test on: push: branches: - - "main" + - "*" pull_request: + branches: + - "*" permissions: contents: read