diff --git a/.github/workflows/deploy-h5.yml b/.github/workflows/deploy-h5.yml index 7491621..af00edc 100644 --- a/.github/workflows/deploy-h5.yml +++ b/.github/workflows/deploy-h5.yml @@ -3,7 +3,7 @@ name: Deploy Pages on: # Runs on pushes targeting the default branch push: - branches: ['gh-pages'] + branches: ['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: