Skip to content

Commit 9cf2511

Browse files
authored
Fix release branches in tests GH action (#7614)
Use 2 stars to mean any branch under release.
1 parent 6e2746b commit 9cf2511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- 'release/*'
7+
- 'release/**'
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)