diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 3c569f8..8b1a588 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: # Runs on pushes targeting the default branch push: - branches: ['main'] + branches: ['master'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: