Skip to content

Commit 9b81dd2

Browse files
Update publish workflow to run when code is pushed to master
1 parent 94b96af commit 9b81dd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

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

33
on:
44
push:
5-
tags:
6-
- 'v*.*.*'
5+
branches: [ master ]
76
workflow_dispatch:
87

98
jobs:

0 commit comments

Comments
 (0)