From 26c1522c083b032a138d864531a29f7824b7b134 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 24 Sep 2024 17:16:04 +1000 Subject: [PATCH] chore: target master push events with full name --- .github/workflows/build-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 1d39adeae..1e6bb5824 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -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: