Refine GitHub workflows running condition (#447)

This commit is contained in:
Loyalsoldier
2020-11-23 20:51:58 +08:00
committed by GitHub
parent cfe5de7b97
commit 7acf515258
5 changed files with 15 additions and 10 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ name: Coverage
on:
push:
branches: [master]
branches:
- master
- v*
paths:
- "**/*.go"