From 2863511f1f00cc4ceaed3c4f1986219d171f6f1e Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 14 Oct 2024 02:56:20 +0300 Subject: [PATCH] Add one more trigger to the publish workflow --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5726857..9db78ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,6 +3,9 @@ name: Publish Python 🐍 distributions 📦 to PyPI on: release: types: [created] + push: + branches: + - master jobs: build-n-publish: