Skip to content

Commit

Permalink
Fix pipeline dep triggers [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Sep 23, 2020
1 parent df9d353 commit 13a7d78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def binary(ctx, name):
'trigger': {
'ref': [
'refs/heads/master',
'refs/tags/**',
'refs/tags/v*',
'refs/pull/**',
],
},
Expand Down Expand Up @@ -685,7 +685,7 @@ def releaseSubmodule(ctx):
'depends_on': depends,
'trigger': {
'ref': [
'refs/tags/*/v',
'refs/tags/*/v*',
],
},
}
Expand Down

0 comments on commit 13a7d78

Please sign in to comment.