chore: target master push events with full name

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

@ -25,7 +25,7 @@ concurrency:
env: env:
# we want to publish on "push to master" only. When we don't want to publish, we want to upload artefacts # 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: jobs:
build_linux: build_linux:

Loading…
Cancel
Save