Browse Source

run test on development branches as well

Shelikhoo 4 years ago
parent
commit
4249bcb28d
1 changed files with 1 additions and 0 deletions
  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"