diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5db7c5d..faeff20 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ name: Deploy to GitHub Pages on: # Runs on pushes targeting the default branch push: - branches: ['main'] + branches: ['master'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -48,4 +48,4 @@ jobs: path: './dist' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1