From 5de08da6dc189f65d031ab25a6001e3b4aaa3f43 Mon Sep 17 00:00:00 2001 From: Byeonghoon Yoo Date: Tue, 5 May 2026 22:33:24 +0900 Subject: [PATCH] ci: run pull request workflows on all bases Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .github/workflows/ci.yml | 1 - .github/workflows/docs-seo.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd9aba2..4a9d1d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ on: branches: [main] tags: ["v*"] pull_request: - branches: [main] jobs: lint: diff --git a/.github/workflows/docs-seo.yml b/.github/workflows/docs-seo.yml index 97d4439..28b53c9 100644 --- a/.github/workflows/docs-seo.yml +++ b/.github/workflows/docs-seo.yml @@ -6,7 +6,6 @@ name: Docs & SEO Review # when the detected changes do not warrant a documentation review. on: pull_request: - branches: [main] paths: - "src/kwin_mcp/**" - "pyproject.toml"