From 4915e33861a46ffe64d03433459d54b91403532c Mon Sep 17 00:00:00 2001 From: Matteo Cencini <83717049+mcencini@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:09:34 +0200 Subject: [PATCH] Update test-ci.yml --- .github/workflows/test-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 3dde328..66ad899 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -133,7 +133,7 @@ jobs: name: Build API Documentation runs-on: ubuntu-latest needs: get-commit-message - if: ${{ contains(needs.get-commit-message.outputs.message, '!docs_build') || github.ref == 'refs/heads/master' }} + if: ${{ contains(needs.get-commit-message.outputs.message, '!docs_build') || github.ref == 'refs/heads/main' }} steps: - name: Checkout uses: actions/checkout@v3 @@ -175,7 +175,7 @@ jobs: CompileDocs: name: Compile the coverage badge in docs runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} needs: [BuildDocs, coverage] steps: - name: Get the docs_build artifact