Browse Source

fix(ci): run covector workflow on dev branch

Lucas Nogueira 2 years ago
parent
commit
3d707ddf5f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/covector-version-or-publish.yml

+ 1 - 0
.github/workflows/covector-version-or-publish.yml

@@ -7,6 +7,7 @@ name: covector version or publish
 on:
   push:
     branches:
+      - dev
       - 1.x
 
 jobs: