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