Skip to content

Commit 2055967

Browse files
committed
update ignored files
1 parent f10205e commit 2055967

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,12 @@ jobs:
125125
- "examples/web-server/**"
126126
- "examples/monitoring/**"
127127
- "examples/lima/**"
128-
- "scripts/helm.sh"
129-
- ".github/actions/**"
130-
- ".github/workflows/**"
128+
- ".github/**"
131129
- "offlinedocs/**"
130+
- ".devcontainer/**"
131+
- "helm/**"
132+
- "scripts/**/*[^D][^o][^c][^k][^e][^r][^f][^i][^l][^e]*"
133+
- "scripts/**/*[^D][^o][^c][^k][^e][^r][^f][^i][^l][^e][.][b][^a][^s][^e]*"
132134
133135
build:
134136
needs: get_info

0 commit comments

Comments
 (0)