This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
ci: fix net run (
#5343
)
pull/5346/head
Marko
4 years ago
committed by
GitHub
parent
a88f031b1b
commit
c237e06078
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save