We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e6c90 commit b600c44Copy full SHA for b600c44
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
19
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#determining-when-to-use-contexts
20
- name: Exit if not on master branch
21
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
22
run: exit -1
23
24
- name: Install uv
0 commit comments