Skip to content

Commit 8ecb80c

Browse files
authored
build: Test on the head of the release branches. (#38596)
Purposefully not adding the older releases here but for any new releases we should test on the branch once PRs are merged to make sure there are no regressions that were missed by weird merge timing.
1 parent 0eeda4b commit 8ecb80c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- master
11+
- release/*
1112

1213
concurrency:
1314
# We only need to be running tests for the latest commit on each PR

0 commit comments

Comments
 (0)