diff --git a/.github/workflows/run-tests-monitor.yml b/.github/workflows/run-tests-monitor.yml index 3d250c63c0..fb7b3e00ad 100644 --- a/.github/workflows/run-tests-monitor.yml +++ b/.github/workflows/run-tests-monitor.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - v2.11.1 # run the test only if the PR is to main # turn it on if required #pull_request: diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8a549abb59..04d96116e5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -21,6 +21,7 @@ on: push: branches: - main + - v2.11.1 # run the test only if the PR is to main # turn it on if required #pull_request: