Skip to content

Commit

Permalink
ci: exclude pre-commit and readthedocs yaml from changelog ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Sep 6, 2024
1 parent 5c75822 commit f82b420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/changelog-pr-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Check Changelog Update on PR
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
paths-ignore:
- .pre-commit-config.yaml
- .readthedocs.yaml
jobs:
Check-Changelog:
name: Check Changelog Action
Expand Down

0 comments on commit f82b420

Please sign in to comment.