mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-04 21:01:21 +08:00
Update ci.yml
This commit is contained in:
parent
b418cf5554
commit
6a5f99f17c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
build:
|
||||
needs: check_duplicate
|
||||
if: ${{ needs.check_duplicate.outputs.should_skip != 'true' && github.ref != 'refs/heads/master' }}
|
||||
if: ${{ needs.check_duplicate.outputs.should_skip != 'true' || github.ref == 'refs/heads/master' }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user