Update ci.yml

This commit is contained in:
Jan-Willem Gmelig Meyling 2021-06-08 17:46:38 +02:00 committed by GitHub
parent b418cf5554
commit 6a5f99f17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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