From 06581e7f09354d9eea82497e5642ec25a1d05915 Mon Sep 17 00:00:00 2001 From: Surendra Singhi Date: Fri, 25 Aug 2023 01:44:53 +0530 Subject: [PATCH] Chore: run CI on all pull requests (#130) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 680f039..f00b9d1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + types: [opened, reopened, synchronize] jobs: test: