Skip to content

Commit

Permalink
changelog update and ignore on *.md and *.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
LemurPwned committed Jan 5, 2024
1 parent 9371ed2 commit 989fc67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ on:
push:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- '*.yaml'
- '*.md'
- 'docs/**'
- 'examples/**'
- LICENSE
- mkdocs.yml
pull_request:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- '*.yaml'
- '*.md'
- 'docs/**'
- 'examples/**'
- LICENSE
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 1.4.1

- Adding a basic optimisation script in the `optimization` module.
- Switched to the smart pointers for some noise computations.
- Streamlit optimization updates.

# 1.4.0

Expand Down

0 comments on commit 989fc67

Please sign in to comment.