From d6cae22e51cd3329fcadb4cc851c60645bd827d3 Mon Sep 17 00:00:00 2001 From: Tushar Singh Date: Wed, 12 Jun 2024 18:28:22 +0530 Subject: [PATCH] Run CI on every branch and PR (#5) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8afcfee..c5019ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [ main ] + branches: [ '**' ] pull_request: - branches: [ main ] + branches: [ '**' ] jobs: build: