diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml index ba70e6f..389dcc3 100644 --- a/.github/workflows/deploy_prod.yml +++ b/.github/workflows/deploy_prod.yml @@ -5,8 +5,7 @@ name: Deploy Vite site to Pages (prod) on: # Runs on pushes targeting the `main` branch and are tagged. push: - tags: - - '**' + branches: [main] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: