diff --git a/.github/workflows/api_documentation.yml b/.github/workflows/api_documentation.yml index 651143c..397d2a4 100644 --- a/.github/workflows/api_documentation.yml +++ b/.github/workflows/api_documentation.yml @@ -61,7 +61,7 @@ jobs: path: target/doc/ publish_documentation_job: name: ✈ Publish Documentation Job - if: github.ref == 'refs/heads/main' # Publish only while dealing with the main branch + # if: github.ref == 'refs/heads/main' # Publish only while dealing with the main branch needs: build_documentation_job runs-on: ubuntu-latest permissions: