diff --git a/.github/workflows/source-map-validation.yml b/.github/workflows/source-map-validation.yml index 7de1e3f..c939967 100644 --- a/.github/workflows/source-map-validation.yml +++ b/.github/workflows/source-map-validation.yml @@ -2,6 +2,14 @@ name: source-map validation on: workflow_dispatch: + pull_request: + paths: + - 'src/**' + - 'etc/**' + - 'package.json' + - 'scripts/test-package.mjs' + # lint-md core moves on its own. The weekly run catches breakage caused + # by changes inside core, not by parser changes. schedule: - cron: '0 3 * * 1'