mirror of https://github.com/status-im/consul.git
fix 'releases/*.*.x' to 'release/*.*.x' (#13132)
This commit is contained in:
parent
a11358ac48
commit
4f17f3ba44
|
@ -10,7 +10,7 @@ on:
|
|||
- labeled
|
||||
branches:
|
||||
- main
|
||||
- 'releases/*.*.x'
|
||||
- 'release/*.*.x'
|
||||
|
||||
jobs:
|
||||
backport:
|
||||
|
|
|
@ -5,7 +5,7 @@ on:
|
|||
- closed
|
||||
branches:
|
||||
- main
|
||||
- 'releases/*.*.x'
|
||||
- 'release/*.*.x'
|
||||
|
||||
jobs:
|
||||
trigger-oss-merge:
|
||||
|
|
Loading…
Reference in New Issue