mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
.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:
parent
5b8ba02b00
commit
0763f905bd
2
.github/workflows/pr-checklist.yml
vendored
2
.github/workflows/pr-checklist.yml
vendored
@ -2,6 +2,8 @@
|
||||
name: "Pull Request Checklist"
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
types:
|
||||
- edited
|
||||
- opened
|
||||
|
||||
Loading…
Reference in New Issue
Block a user