diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index e23d069..63bf585 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -3,8 +3,7 @@ name: Build documentation on: push: branches: - - release - - doc-builder* + - main jobs: build: @@ -16,4 +15,4 @@ jobs: additional_args: --not_python_module languages: en secrets: - token: ${{ secrets.HUGGINGFACE_PUSH }} \ No newline at end of file + token: ${{ secrets.HUGGINGFACE_PUSH }}