From c70455305fa786d2e38a2e8048d4e13a01aefd87 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Sat, 9 May 2026 10:11:01 +0800 Subject: [PATCH] :art: Workflows no longer run when editing PR titles or descriptions (#17648) --- .github/workflows/target-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/target-branch.yml b/.github/workflows/target-branch.yml index 78b5a0ce0..fb194d187 100644 --- a/.github/workflows/target-branch.yml +++ b/.github/workflows/target-branch.yml @@ -6,6 +6,8 @@ on: jobs: check-branch: + # https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=edited#pull_request + if: ${{ github.repository_owner == 'siyuan-note' && (github.event.action == 'opened' || github.event.changes.base) }} runs-on: ubuntu-latest permissions: pull-requests: write