diff --git a/.github/workflows/deploy-to-github-pages.yml b/.github/workflows/deploy-to-github-pages.yml index 7f5c52d..a54645a 100644 --- a/.github/workflows/deploy-to-github-pages.yml +++ b/.github/workflows/deploy-to-github-pages.yml @@ -4,7 +4,7 @@ name: Deploy Docs to Pages on: # Runs on pushes targeting the default branch push: - branches: [master] + branches: [rel2.0.0] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: