Skip to content

Commit 9c12341

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)