Browse Source

ci: fix net run (#5343)

pull/5346/head
Marko 4 years ago
committed by GitHub
parent
commit
c237e06078
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .github/workflows/net.yml

+ 4
- 4
.github/workflows/net.yml 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


Loading…
Cancel
Save