diff --git a/.github/workflows/static-docs.yml b/.github/workflows/static-docs.yml index 29a53ed..a48638b 100644 --- a/.github/workflows/static-docs.yml +++ b/.github/workflows/static-docs.yml @@ -3,7 +3,7 @@ name: Deploy .#docs to Github Pages on: # Runs on pushes targeting the default branch push: - branches: [ "master" ] + branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: