ci: fix net run (#5343)

This commit is contained in:
Marko
2020-09-08 20:57:36 +02:00
committed by GitHub
parent a88f031b1b
commit c237e06078

View File

@@ -3,10 +3,10 @@ name: Net
# This workflow is run on every pull request, if a *{.go, .mod, .sum} file has been modified, and push to master and release/** branches
on:
pull_request:
paths:
- "**.go"
- "**.mod"
- "**.sum"
paths:
- "**.go"
- "**.mod"
- "**.sum"
push:
branches:
- master