Exclude 21.x and 22.x from new GHA tests

PiperOrigin-RevId: 506995458
diff --git a/.github/workflows/test_runner.yml b/.github/workflows/test_runner.yml
index e4017f9..4ff6b79 100644
--- a/.github/workflows/test_runner.yml
+++ b/.github/workflows/test_runner.yml
@@ -20,6 +20,8 @@
     branches:
       - main
       - '[0-9]+.x'
+      # The 21.x and 22.x branches still use Kokoro
+      - '!2[12].x'
       # For testing purposes so we can stage this on the `gha` branch.
       - gha
 
@@ -28,6 +30,8 @@
     branches:
       - main
       - '[0-9]+.x'
+      # The 21.x and 22.x branches still use Kokoro
+      - '!2[12].x'
       # For testing purposes so we can stage this on the `gha` branch.
       - gha
 
@@ -36,6 +40,8 @@
     branches:
       - main
       - '[0-9]+.x'
+      # The 21.x and 22.x branches still use Kokoro
+      - '!2[12].x'
       # For testing purposes so we can stage this on the `gha` branch.
       - gha
     types: [labeled, opened, reopened, synchronize]