mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
Fix filter pattern in release pipeline (#1659)
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -2,7 +2,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+.*'
|
||||
- '[0-9]+.[0-9]+.[0-9]+*'
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
||||
Reference in New Issue
Block a user