Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 8, 2024
1 parent a9d001d commit 3df93cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ 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'
Expand Down Expand Up @@ -73,7 +71,7 @@ jobs:
sudo bash packaging/python/build_static_readline_osx.bash
- name: Set env based in input
if: github.event_name == 'push' && startsWith(github.ref, 'refs/master')
if: github.event_name == 'schedule' && startsWith(github.ref, 'refs/heads/master')
run: |
echo "NRN_NIGHTLY_UPLOAD=true" >> $GITHUB_ENV
echo "NRN_RELEASE_UPLOAD=false" >> $GITHUB_ENV
Expand Down

0 comments on commit 3df93cf

Please sign in to comment.