diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aeea565..1eb70ae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages on: push: - branches: [ main ] # or master, depending on your default branch + branches: [ main ] jobs: build-and-deploy: