ci: fix pattern for on push branch
This commit is contained in:
parent
92e978e50e
commit
e15553f9bd
|
@ -11,7 +11,7 @@ on:
|
|||
- 'e*'
|
||||
branches:
|
||||
- 'master'
|
||||
- 'release-5?'
|
||||
- 'release-5[0-9]'
|
||||
- 'ci/**'
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue