1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-03 15:32:30 +02:00

Tools: Fixing CI

This commit is contained in:
Laurent Cozic 2022-12-16 12:14:02 +00:00
parent ecde67c25f
commit 36381a098f

View File

@ -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: