Skip to content

Commit 63adfdb

Browse files
committed
build: fix publishing on master
1 parent 3d1400d commit 63adfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to PyPi
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- '**.py'
99
workflow_dispatch: ~

0 commit comments

Comments
 (0)