Skip to content

Commit 37c6b2f

Browse files
authored
Update ci.yml
1 parent e0fe06c commit 37c6b2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- "*"
66
tags:
77
- "v*"
8+
paths-ignore:
9+
- 'docs/**'
10+
- '.github/**'
811
pull_request:
912
branches:
1013
- master
@@ -100,4 +103,4 @@ jobs:
100103
export KUBECONFIG="${HOME}/.kube/config"
101104
echo "environment-kubeconfig:" ${KUBECONFIG}
102105
GOPROXY=https://proxy.golang.org,direct GOSUMDB=off GO111MODULE=on go test -v ./...
103-
106+

0 commit comments

Comments
 (0)