diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8661cd4..66ca3a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ name: Deploy to GitHub Pages on: push: - branches: 'main' + branches: 'master' jobs: build_site: runs-on: ubuntu-latest