Skip to content

Commit

Permalink
Ignore readme, changelog and license for CI tests.
Browse files Browse the repository at this point in the history
Fix issue in changelog.
  • Loading branch information
ArnaudBelcour committed Jan 5, 2023
1 parent 2de3811 commit 4ec225c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ name: Python package
on:
push:
branches: [ master ]
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE.txt'
pull_request:
branches: [ master ]
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'LICENSE.txt'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* tests and doc for `Mene scope_inc`
* CHANGELOG.md file

## Modify
## Modify

* Remove uneeded imports
* Update license year
Expand Down

0 comments on commit 4ec225c

Please sign in to comment.