mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 09:15:32 -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
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'CHANGELOG.md'
|
||||
|
||||
jobs:
|
||||
changelog:
|
||||
|
||||
Reference in New Issue
Block a user