Browse Source

chore: Run workflows on v2.x pushes

Michael Bromley 1 year ago
parent
commit
b8658c59e8

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

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

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

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