diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 0e27a84..26a7a05 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,7 +3,7 @@ name: Build and Deploy to Github Pages on: push: branches: - - master # Here source code branch is `master`, it could be other branch + - main # Here source code branch is `master`, it could be other branch jobs: build_and_deploy: