From 82f6949a2e9fa023f7660dc20405b69875b91085 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Tue, 9 Jan 2024 18:02:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20both=20branches=20to=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index b1c8a79..6760880 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: ['main'] + branches: ['main', 'master'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: