8000 include more disallowed files in staging-build-pr.yml (#22421) · my-lambda-projects/docs@9c12341 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c12341

Browse files
authored
include more disallowed files in staging-build-pr.yml (github#22421)
1 parent 693e36b commit 9c12341

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/staging-build-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ jobs:
5959
notAllowed:
6060
- '*.js'
6161
- '*.mjs'
62+
- '*.cjs'
6263
- '*.ts'
6364
- '*.tsx'
6465
- '*.json'
6566
- '.npmrc'
67+
- '.babelrc*'
68+
- '.env*'
6669
- 'script/**'
6770
- 'Procfile'
6871

0 commit comments

Comments
 (0)
0