Fix issue with trigger

This commit is contained in:
Dominik Moritz Roth 2023-10-29 17:14:58 +01:00
parent e32f836a3c
commit da5592124e
2 changed files with 0 additions and 4 deletions

View File

@ -2,8 +2,6 @@ name: Publish Python package to PyPI
on: on:
push: push:
branches:
- master
tags: tags:
- '*' - '*'

View File

@ -2,8 +2,6 @@ name: Publish Python package to TestPyPI
on: on:
push: push:
branches:
- master
tags: tags:
- '*' - '*'