Skip to content

Commit

Permalink
[build] pypi workflow only on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Sep 25, 2023
1 parent 78d4632 commit 5e87b75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: PyPI

on:
push:
branches: [ 3.2.x ]
branches:
- 3.2.x
tags:
- 3.2.*

jobs:
build:
Expand Down

0 comments on commit 5e87b75

Please sign in to comment.