Browse Source

chore: Run workflows on v2.x pushes

Michael Bromley 1 year ago
parent
commit
b8658c59e8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/build_and_test.yml
  2. 1 1
      .github/workflows/publish_and_install.yml

+ 1 - 1
.github/workflows/build_and_test.yml

@@ -6,7 +6,7 @@ on:
       - master
       - major
       - minor
-      - parallel-e2e
+      - v2.x
   pull_request:
     branches:
       - master

+ 1 - 1
.github/workflows/publish_and_install.yml

@@ -5,7 +5,7 @@ on:
       - master
       - major
       - minor
-      - parallel-e2e
+      - v2.x
   pull_request:
     branches:
       - master