Browse Source

Fix CI on release branch (#5553)

Trask Stalnaker 3 years ago
parent
commit
416f2228ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -4,7 +4,7 @@ on:
   push:
     branches:
       - main
-      - v[0-9]+.[0-9]+.[0-9]+
+      - v[0-9]+.[0-9]+.x
   workflow_dispatch:
 
 jobs: