diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 3e065eb..fea508b 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -1,5 +1,8 @@ name: Create documentation and deploy to GitHub Pages -on: [push] +on: + push: + branches: + - main permissions: contents: write jobs: