Skip to content

Commit

Permalink
Github CI: ignore changes to NEWS in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiase committed Aug 1, 2024
1 parent 8cd09d6 commit 38c0468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths-ignore:
- '**README*'
- '**NEWS*'
pull_request:
paths-ignore:
- '**README*'
- '**NEWS*'

jobs:
test:
Expand Down

0 comments on commit 38c0468

Please sign in to comment.