From 470cce5b0e3ba687676e3c39634d85e3329fa1d1 Mon Sep 17 00:00:00 2001 From: Prateek Saxena Date: Sat, 22 May 2021 15:35:35 +0530 Subject: [PATCH] build: fix the branch name in the on push action --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 447e601..10f843b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: