diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 61cf249..ff78430 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -3,7 +3,7 @@ name: Build and Deploy Vue Application to Github Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: ['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: