Skip to content

Commit 044f223

Browse files
author
Mengqi Yu
authored
ignore some directories for kpt CLI e2e test (#3194)
1 parent b272844 commit 044f223

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/go.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
name: Go
1616
on:
1717
pull_request:
18+
paths-ignore:
19+
- "Formula/**"
20+
- "demos/**"
21+
- "docs/**"
22+
- "firebase/**"
23+
- "logo/**"
24+
- "package-examples/**"
25+
- "release/**"
26+
- "site/**"
27+
- "**.md"
1828
push:
1929

2030
jobs:

0 commit comments

Comments
 (0)