Merge pull request from thaJeztah/23.0_backport_ci_fix_workflows

[23.0 backport] ci: fix branch filter pattern in buildkit workflow
This commit is contained in:
Sebastiaan van Stijn 2023-02-08 00:59:40 +01:00 committed by GitHub
commit 1141704bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ on:
push:
branches:
- 'master'
- '[0-9]+.[0-9]{2}'
- '[0-9]+.[0-9]+'
pull_request:
env: