Skip to content

Commit

Permalink
ci: run workflows on 9.* branches (#15582) (#15587)
Browse files Browse the repository at this point in the history
(cherry picked from commit c910e1a)

Co-authored-by: kruskall <[email protected]>
  • Loading branch information
mergify[bot] and kruskall authored Feb 7, 2025
1 parent f9a2ab4 commit d13379c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- 7.1*
- 8.*
- 9.*
paths-ignore: # When updating the list of expressions also update ci-docs.yml
- '**.md'
- '**.asciidoc'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/microbenchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
push:
branches:
- main
- "8.[0-9]+"
- "8.x"
- "8.*"
- "9.*"
paths-ignore:
- '**.md'
- '**.asciidoc'
Expand Down

0 comments on commit d13379c

Please sign in to comment.