chore: target master push events with full name

pull/3256/head
Audric Ackermann 6 months ago
parent a92dbfe59a
commit 26c1522c08
No known key found for this signature in database

@ -25,7 +25,7 @@ concurrency:
env:
# we want to publish on "push to master" only. When we don't want to publish, we want to upload artefacts
SHOULD_PUBLISH: ${{ github.event_name == 'push' && github.ref == 'master' }}
SHOULD_PUBLISH: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
jobs:
build_linux:

Loading…
Cancel
Save