Skip to content

Commit 62c6ddb

Browse files
build: include src folder in codegen validation (#786)
1 parent 76356c8 commit 62c6ddb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codegen-validation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
paths:
88
- 'codegen/**'
99
- 'specification/**'
10+
- 'src/**'
11+
- 'package.json'
12+
- 'global.json'
13+
- 'package-lock.json'
1014
- '.github/workflows/codegen-validation.yml'
1115
- 'scripts/Invoke-CodeGen.ps1'
1216
types: [opened, reopened, synchronize]

0 commit comments

Comments
 (0)