From f5c505160b0dc21d70aba493169eea01dd0dc1ee Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:39:41 +0400 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index db75f80..341c731 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled 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: