Skip to content

Commit

Permalink
ci: ignore pre-commit-config and readthedocs for changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Sep 12, 2024
1 parent bca8f1d commit 3c35207
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 @@ -5,6 +5,9 @@ on:
branches:
- main
- develop
paths-ignore:
- .pre-commit-config.yaml
- .readthedocs.yaml
jobs:
Check-Changelog:
name: Check Changelog Action
Expand Down

0 comments on commit 3c35207

Please sign in to comment.