ci: fix branch filter pattern in buildkit workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit 80f8432b52)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
CrazyMax 2023-02-07 18:29:44 +01:00 committed by Sebastiaan van Stijn
parent f7e2cbaf1b
commit 4c544c3d5f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

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