From a99f66a7e061abf46af472c70f6c97e2fc547b66 Mon Sep 17 00:00:00 2001 From: luojiyin Date: Sun, 23 Aug 2026 11:45:02 +0800 Subject: [PATCH] ci(source-map-validation): run core compat test on parser pull requests --- .github/workflows/source-map-validation.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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'