Chore: Fixed CI logic

pull/10907/head^2
Laurent Cozic 2024-11-06 17:57:58 +00:00
parent 10583bf426
commit 5a44f62fb6
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
Main:
# We always process desktop release tags, because they also publish the release
if: github.repository == 'laurent22/joplin' && (startsWith(github.ref, 'refs/tags/v'))
if: github.repository == 'laurent22/joplin'
runs-on: macos-latest
steps:

View File

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
Main:
# We always process server or desktop release tags, because they also publish the release
if: github.repository == 'laurent22/joplin' && (startsWith(github.ref, 'refs/tags/server-v') || startsWith(github.ref, 'refs/tags/v'))
if: github.repository == 'laurent22/joplin'
runs-on: ${{ matrix.os }}
strategy:
matrix: