diff --git a/.github/workflows/codegen-validation.yml b/.github/workflows/codegen-validation.yml index a7f9c7005..9c8bf671d 100644 --- a/.github/workflows/codegen-validation.yml +++ b/.github/workflows/codegen-validation.yml @@ -7,6 +7,10 @@ on: paths: - 'codegen/**' - 'specification/**' + - 'src/**' + - 'package.json' + - 'global.json' + - 'package-lock.json' - '.github/workflows/codegen-validation.yml' - 'scripts/Invoke-CodeGen.ps1' types: [opened, reopened, synchronize]