Skip to content

Commit

Permalink
Merge pull request #44952 from thaJeztah/23.0_backport_ci_fix_workflows
Browse files Browse the repository at this point in the history
[23.0 backport] ci: fix branch filter pattern in buildkit workflow
  • Loading branch information
thaJeztah committed Feb 7, 2023
2 parents f7e2cba + 4c544c3 commit 1141704
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 1141704

Please sign in to comment.