diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2d94a818ef6f..777af3491eb6 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -8,6 +8,7 @@ on: push: branches: - master + - release/* concurrency: # We only need to be running tests for the latest commit on each PR