Skip to content

Commit

Permalink
ci: fix branch filter pattern in buildkit workflow
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Feb 7, 2023
1 parent 5f369ff commit 80f8432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildkit.yml
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
- 'master'
- '[0-9]+.[0-9]{2}'
- '[0-9]+.[0-9]+'
pull_request:

env:
Expand Down

0 comments on commit 80f8432

Please sign in to comment.