diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6b5b50e..3e2fb3c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,7 +5,7 @@ name: Deploy doc to Pages on: # Runs on pushes targeting the default branch push: - branches: [$default-branch] + branches: main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: