소스 검색

run test on development branches as well

Shelikhoo 4 년 전
부모
커밋
4249bcb28d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"