Add one more trigger to the publish workflow
This commit is contained in:
@@ -3,6 +3,9 @@ name: Publish Python 🐍 distributions 📦 to PyPI
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-n-publish:
|
build-n-publish:
|
||||||
|
|||||||
Reference in New Issue
Block a user