Skip upload pipeline entirely when not tagging for now

This commit is contained in:
IamTheFij 2023-10-27 15:32:30 -07:00
parent daedacb35f
commit b8b81825f6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def push_to_pypi():
"workspace": get_workspace(),
"trigger": {
"ref": [
"refs/heads/main",
# "refs/heads/main",
"refs/tags/v*",
],
},