From e15bef1b7e6cd0a6a639cd24f1025d06ff653cc3 Mon Sep 17 00:00:00 2001 From: Manikandan B Date: Sun, 6 Aug 2023 20:36:08 +0530 Subject: [PATCH] Switch deployment branch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4fb513..8133272 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. push: - branches: [gh-pages] + branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: