diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2336401..f91c72bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: cmake --build . --target GEGELATI --config Debug cmake --build . --target doc cmake --build . --target INSTALL --config Debug - if [ ${GITHUB_REF##*/} == "develop" ] || [ ${GITHUB_REF##*/} == "master" ] ; then cmake --build . --target INSTALL --config Release ; fi; + if [ ${GITHUB_REF##*/} == "develop" ] || [ ${GITHUB_REF##*/} == "master" ] || [[ "${{ github.base_ref }}" == *"tags/v"* ]]; then cmake --build . --target INSTALL --config Release ; fi; cmake --build . --target runTests --config Debug shell: bash - name: Run Tests