diff --git a/.github/workflows/typedoc-gh-pages.yml b/.github/workflows/typedoc-gh-pages.yml index b0b712a9e1..1e8c2f9eb7 100644 --- a/.github/workflows/typedoc-gh-pages.yml +++ b/.github/workflows/typedoc-gh-pages.yml @@ -4,7 +4,9 @@ name: Deploy TypeDoc site with GitHub Pages on: push: - branches: [main] + branches: [master] + # Allow running this workflow manually from the Actions tab + workflow_dispatch: permissions: contents: read