From 17a417d265f7cba73091c751b1143c04edc9a1ae Mon Sep 17 00:00:00 2001 From: Sundar Date: Mon, 22 Mar 2021 11:30:55 +0530 Subject: [PATCH] Update test.yml --- .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 5e3f898..c39fe05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: "build-test" on: # rebuild any PRs and main branch changes pull_request: branches: - - master + - main - 'releases/*' push: branches: @@ -18,4 +18,4 @@ jobs: run: | npm install npm build - npm test \ No newline at end of file + npm test