Skip to content

Commit d28f3f0

Browse files
committed
fix: wrong branch for publish
1 parent d110371 commit d28f3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish to PyPI on version change
22

33
on:
44
push:
5-
branches: [ main , dev]
5+
branches: [ main ]
66

77
permissions:
88
contents: write

0 commit comments

Comments
 (0)