diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42d06102..df718157 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. push: - branches: [main] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: