From 4bedee411366156aaa18cd3c43c177117872c8d1 Mon Sep 17 00:00:00 2001 From: JeremyDev87 Date: Wed, 18 Mar 2026 15:44:58 +0900 Subject: [PATCH] ci: add pull_request trigger to dev workflow for cross-PR type checking (closes #694) --- .github/workflows/dev.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 2ab3c38b..32090874 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -18,6 +18,22 @@ on: - '.github/copilot-instructions.md' - '.github/instructions/**' - .github/workflows/dev.yml + pull_request: + branches: + - master + paths: + - 'apps/mcp-server/**' + - 'apps/landing-page/**' + - 'packages/rules/**' + - 'packages/claude-code-plugin/**' + - '.antigravity/**' + - '.claude/**' + - '.codex/**' + - '.cursor/**' + - 'scripts/**' + - '.github/copilot-instructions.md' + - '.github/instructions/**' + - .github/workflows/dev.yml permissions: statuses: write