diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 59ca4bf6..eb437fa9 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -4,7 +4,8 @@ name: Deploy to GitHub Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + # TODO: Remove + #branches: ["master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: