Skip to content

Commit

Permalink
workflows: fix CHANGELOG entry check
Browse files Browse the repository at this point in the history
Broken by #115.

Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Aug 15, 2024
1 parent b8b6211 commit 1a3d87d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/changelog_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
- 'workflows'
- 'formal-models'
paths-ignore:
- '**/*.md'
- 'workflows'
- 'formal-models'

jobs:
check:
Expand Down

0 comments on commit 1a3d87d

Please sign in to comment.