From 36381a098f2c7ac0a705e227f58c75302dea043d Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 16 Dec 2022 12:14:02 +0000 Subject: [PATCH] Tools: Fixing CI --- .github/workflows/github-actions-main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions-main.yml b/.github/workflows/github-actions-main.yml index 9441566101..10bf4bb822 100644 --- a/.github/workflows/github-actions-main.yml +++ b/.github/workflows/github-actions-main.yml @@ -13,9 +13,8 @@ jobs: Main: needs: pre_job - # We always process server tags, because that's when the Docker image is - # built - if: needs.pre_job.outputs.should_skip != 'true' || startsWith(github.ref, 'refs/tags/server-v') + # We always process server or desktop release tags, because they also publish the release + if: needs.pre_job.outputs.should_skip != 'true' || startsWith(github.ref, 'refs/tags/server-v') || startsWith(github.ref, 'refs/tags/v') runs-on: ${{ matrix.os }} strategy: matrix: