Skip to content

Commit 19629ed

Browse files
committed
more filters
1 parent 1660a12 commit 19629ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ jobs:
129129
- "offlinedocs/**"
130130
- ".devcontainer/**"
131131
- "helm/**"
132+
# ignore all files in root except for the following go.sum, go.mod, Makefile
133+
- "*[^g][^o][^.][^s][^u][^m]*"
134+
- "*[^g][^o][^.][^m][^o][^d]*"
135+
- "*[^M][^a][^k][^e][^f][^i][^l][^e]*"
132136
- "scripts/**/*[^D][^o][^c][^k][^e][^r][^f][^i][^l][^e]*"
133137
- "scripts/**/*[^D][^o][^c][^k][^e][^r][^f][^i][^l][^e][.][b][^a][^s][^e]*"
134138

0 commit comments

Comments
 (0)