Skip to content

Commit

Permalink
main/master
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Oct 8, 2024
1 parent 92e6c90 commit b600c44
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/main' }}
if: ${{ github.ref == 'refs/heads/master' }}
run: exit -1

- name: Install uv
Expand Down

0 comments on commit b600c44

Please sign in to comment.