diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c2e0da0..e59e3f7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name push: - branches: [main] + branches: [master] # Allow this job to clone the repo and create a page deployment permissions: