From: Patrick Donnelly Date: Thu, 16 Jul 2026 15:29:47 +0000 (-0400) Subject: .github/workflows/pr-checklist: run only on main X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0763f905bd93be1bbda8fa5c88ed7a924e454eb8;p=ceph.git .github/workflows/pr-checklist: run only on main We have no checklist for backports. Signed-off-by: Patrick Donnelly --- diff --git a/.github/workflows/pr-checklist.yml b/.github/workflows/pr-checklist.yml index dc3dbfb2924..cf4b2b0a498 100644 --- a/.github/workflows/pr-checklist.yml +++ b/.github/workflows/pr-checklist.yml @@ -2,6 +2,8 @@ name: "Pull Request Checklist" on: pull_request: + branches: + - main types: - edited - opened