Merge pull request #11915 from id/1109-ci-fix-on-push-branch-pattern

ci: explicitly specify branch names for push entrypoint
This commit is contained in:
Ivan Dyachkov 2023-11-09 16:46:49 +01:00 committed by GitHub
commit 053c03f79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: