Merge pull request #44950 from crazy-max/ci-fix-workflows
ci: fix branch filter pattern in buildkit workflow
This commit is contained in:
commit
0e43963acb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildkit.yml
vendored
2
.github/workflows/buildkit.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- '[0-9]+.[0-9]{2}'
|
||||
- '[0-9]+.[0-9]+'
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue