diff --git a/.github/workflows/codegen-validation.yml b/.github/workflows/codegen-validation.yml index f897d3a9c..2cbe5f099 100644 --- a/.github/workflows/codegen-validation.yml +++ b/.github/workflows/codegen-validation.yml @@ -6,6 +6,7 @@ on: pull_request: paths: - 'codegen/**' + - 'specification/**' - '.github/workflows/codegen-validation.yml' - 'scripts/Invoke-CodeGen.ps1' types: [opened, reopened, synchronize]