From bbb0d8ad868fe573f5e1959201eb48e846f98f4b Mon Sep 17 00:00:00 2001 From: pvshvp-oss Date: Mon, 11 Mar 2024 05:24:09 -0500 Subject: [PATCH] Fix API documentation CI --- .github/workflows/api_documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/api_documentation.yml b/.github/workflows/api_documentation.yml index cc5effe..c9fd298 100644 --- a/.github/workflows/api_documentation.yml +++ b/.github/workflows/api_documentation.yml @@ -73,7 +73,8 @@ jobs: with: path: target/doc publish_documentation_job: - name: ✈ Publish Documentation Job + name: ✈ Publish Documentation Job + if: github.ref == 'refs/heads/main' needs: build_documentation_job runs-on: ubuntu-latest permissions: