mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-28 09:29:41 -06:00
Fix pipeline dep triggers [skip ci]
This commit is contained in:
@@ -634,7 +634,7 @@ def binary(ctx, name):
|
||||
'trigger': {
|
||||
'ref': [
|
||||
'refs/heads/master',
|
||||
'refs/tags/**',
|
||||
'refs/tags/v*',
|
||||
'refs/pull/**',
|
||||
],
|
||||
},
|
||||
@@ -685,7 +685,7 @@ def releaseSubmodule(ctx):
|
||||
'depends_on': depends,
|
||||
'trigger': {
|
||||
'ref': [
|
||||
'refs/tags/*/v',
|
||||
'refs/tags/*/v*',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user