ci: fix pattern for on push branch

This commit is contained in:
Ivan Dyachkov 2023-11-09 15:20:03 +01:00
parent 92e978e50e
commit e15553f9bd
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ on:
- 'e*'
branches:
- 'master'
- 'release-5?'
- 'release-5[0-9]'
- 'ci/**'
env: