ci: fix branch filter pattern in buildkit workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-02-07 18:29:44 +01:00
parent 5f369ff1d4
commit 80f8432b52
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

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