Skip to content

Commit

Permalink
Fix CI not running on tagged commits
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 19, 2024
1 parent 8a45038 commit d64cfa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d64cfa4

Please sign in to comment.