mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Tools: Trying to fix server release
This commit is contained in:
parent
c8f7772f1b
commit
9a1adff5fe
4
.github/workflows/github-actions-main.yml
vendored
4
.github/workflows/github-actions-main.yml
vendored
@ -13,7 +13,9 @@ jobs:
|
||||
|
||||
Main:
|
||||
needs: pre_job
|
||||
if: needs.pre_job.outputs.should_skip != 'true'
|
||||
# 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')
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user