From a9d001de0240f53201773a5db1cd74106a3b7d1d Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Fri, 8 Nov 2024 10:13:42 +0100 Subject: [PATCH] Temp commit to see it actually works --- .github/workflows/wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cafc7db377..8ef2c03419 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -41,6 +41,8 @@ jobs: - name: Check out code if: github.event_name != 'workflow_dispatch' uses: actions/checkout@v4 + with: + ref: master - name: Check out code for release if: github.event_name == 'workflow_dispatch' @@ -71,7 +73,7 @@ jobs: sudo bash packaging/python/build_static_readline_osx.bash - name: Set env based in input - if: github.event_name == 'schedule' && startsWith(github.ref, 'refs/master') + if: github.event_name == 'push' && startsWith(github.ref, 'refs/master') run: | echo "NRN_NIGHTLY_UPLOAD=true" >> $GITHUB_ENV echo "NRN_RELEASE_UPLOAD=false" >> $GITHUB_ENV