Skip to content

Commit

Permalink
Fix branch check
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Oct 12, 2024
1 parent 6dc4f6a commit 3d588cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#determining-when-to-use-contexts
- name: Exit if not on master branch
if: ${{ github.ref == 'refs/heads/fix-building' }}
if: ${{ github.ref == 'refs/heads/master' }}
run: exit -1

- name: Install uv
Expand Down

0 comments on commit 3d588cb

Please sign in to comment.