Merge pull request #1024 from roboflow/security/ci/packaging

ci: 👷 publish pypi branch limitations added
This commit is contained in:
Piotr Skalski 2024-03-19 14:32:47 +01:00 committed by GitHub
commit d01b636ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
- '[0-9]+.[0-9]+[0-9]+.[0-9]+a[0-9]'
- '[0-9]+.[0-9]+[0-9]+.[0-9]+b[0-9]'
- '[0-9]+.[0-9]+[0-9]+.[0-9]+rc[0-9]'
branches:
- develop
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

View File

@ -3,6 +3,8 @@ on:
push:
tags:
- '[0-9]+.[0-9]+[0-9]+.[0-9]'
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: