diff --git a/.github/workflows/vite.yml b/.github/workflows/vite.yml index e4fb9a5..22fc65d 100644 --- a/.github/workflows/vite.yml +++ b/.github/workflows/vite.yml @@ -4,7 +4,7 @@ name: Deploy static content to 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: