From 192fc40bd0adb1f3b9650d14ac3fa6a934b57d49 Mon Sep 17 00:00:00 2001 From: Dipesh Gandhi Date: Sat, 3 Jun 2023 14:59:19 +0530 Subject: [PATCH] Update gh-pages-deploy.yml Deployment branch changes --- .github/workflows/gh-pages-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index 8fa9061..2394bb2 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ['main'] + branches: ['master','develop'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: