Make sure snapshot deployment and coverage run on master

This commit is contained in:
Jan-Willem Gmelig Meyling 2021-06-08 17:45:31 +02:00 committed by GitHub
parent 0725a54535
commit b418cf5554
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' }}
if: ${{ needs.check_duplicate.outputs.should_skip != 'true' && github.ref != 'refs/heads/master' }}
strategy:
matrix: