Skip to content

Commit

Permalink
Merge pull request #125 from nspcc-dev/fix-changelog-job
Browse files Browse the repository at this point in the history
workflows: fix CHANGELOG entry check
  • Loading branch information
roman-khimov committed Aug 15, 2024
2 parents b8b6211 + 7b57abd commit a07f8e2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/changelog_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
- 'workflows'
- 'formal-models'
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '.github/workflows/**'
- 'formal-models/**'

jobs:
check:
Expand Down

0 comments on commit a07f8e2

Please sign in to comment.