Skip to content

Commit b600c44

Browse files
committed
main/master
1 parent 92e6c90 commit b600c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

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

2424
- name: Install uv

0 commit comments

Comments
 (0)