From 5f7122ea57fbf3cf89dcbbaf27a3ac80f27d1fc5 Mon Sep 17 00:00:00 2001 From: Tushar Singh Date: Wed, 12 Jun 2024 15:29:12 +0530 Subject: [PATCH] run ci on every branch --- .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: