.github/workflows/pr-checklist: run only on main

We have no checklist for backports.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
This commit is contained in:
Patrick Donnelly 2026-07-16 11:29:47 -04:00
parent 5b8ba02b00
commit 0763f905bd
No known key found for this signature in database
GPG Key ID: 053758C0A8A3CE2F

View File

@ -2,6 +2,8 @@
name: "Pull Request Checklist"
on:
pull_request:
branches:
- main
types:
- edited
- opened