diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 26258f2..817a1d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,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: