From 179d19e444eea2e21859fdb776ac77432e317b6c Mon Sep 17 00:00:00 2001 From: Fardale Date: Tue, 26 Jan 2021 11:43:07 +0100 Subject: [PATCH] fix(CI): correct the name of the main branch --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a66a0d1e..0e151adc 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: github pages on: push: branches: - - main # Set a branch name to trigger deployment + - master # Set a branch name to trigger deployment jobs: deploy: