trigger ci on all branches.
This commit is contained in:
parent
f9cde6835b
commit
0a789c52ca
|
@ -1,10 +1,8 @@
|
||||||
name: golangci-lint
|
name: golangci-lint
|
||||||
on:
|
on:
|
||||||
|
# Run this workflow every time a new commit pushed to upstream/fork repository.
|
||||||
|
# Run workflow on fork repository will help contributors find and resolve issues before sending a PR.
|
||||||
push:
|
push:
|
||||||
tags:
|
|
||||||
- v*
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
jobs:
|
jobs:
|
||||||
golangci:
|
golangci:
|
||||||
|
|
Loading…
Reference in New Issue