mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-08 04:07:38 -06:00
limit checklist invocation to CHANGELOG path
This commit is contained in:
5
.github/workflows/checklist.yaml
vendored
5
.github/workflows/checklist.yaml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: Checklist
|
name: Checklist
|
||||||
|
|
||||||
on: [pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'CHANGELOG.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
changelog:
|
changelog:
|
||||||
|
|||||||
Reference in New Issue
Block a user