diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 5c5a632..d53f1f7 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: {} push: - branches: [gh-pages] + branches: [main] jobs: main: name: Build, Validate and Deploy