From b7e98d3c2537301350d4dc752641b6692d89a03b Mon Sep 17 00:00:00 2001 From: Pavitra Golchha Date: Mon, 4 Nov 2024 02:34:01 +0530 Subject: [PATCH] fix branch name --- .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 979b6df..bb7cdea 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -4,7 +4,7 @@ on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name push: - branches: [ main ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: