From d64cfa421d2c361abcdd532b583674baf5c923ee Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Mon, 19 Aug 2024 21:54:32 +0200 Subject: [PATCH] Fix CI not running on tagged commits --- .github/workflows/python-package-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-package-deploy.yml b/.github/workflows/python-package-deploy.yml index a188e7d..b4f4eab 100644 --- a/.github/workflows/python-package-deploy.yml +++ b/.github/workflows/python-package-deploy.yml @@ -6,6 +6,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI on: push: branches: [main, develop] + tags: '*' jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI