Skip to content

Commit 2863511

Browse files
committed
Add one more trigger to the publish workflow
1 parent 521b27d commit 2863511

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Publish Python 🐍 distributions 📦 to PyPI
33
on:
44
release:
55
types: [created]
6+
push:
7+
branches:
8+
- master
69

710
jobs:
811
build-n-publish:

0 commit comments

Comments
 (0)