Skip upload pipeline entirely when not tagging for now
This commit is contained in:
parent
daedacb35f
commit
b8b81825f6
@ -123,7 +123,7 @@ def push_to_pypi():
|
||||
"workspace": get_workspace(),
|
||||
"trigger": {
|
||||
"ref": [
|
||||
"refs/heads/main",
|
||||
# "refs/heads/main",
|
||||
"refs/tags/v*",
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user