Add one more trigger to the publish workflow

This commit is contained in:
Karim shoair
2024-10-14 02:56:20 +03:00
parent 521b27d231
commit 2863511f1f
+3
View File
@@ -3,6 +3,9 @@ name: Publish Python 🐍 distributions 📦 to PyPI
on:
release:
types: [created]
push:
branches:
- master
jobs:
build-n-publish: