Parcourir la source

run test on development branches as well

Shelikhoo il y a 4 ans
Parent
commit
4249bcb28d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -5,6 +5,7 @@ on:
     branches:
       - master
       - v*
+      - dev-*
     paths:
       - "**/*.go"
       - "go.mod"