ignore path & changedlog updated

This commit is contained in:
ful1e5 2021-12-31 15:10:05 +05:30
parent 4d95e6235c
commit 7694bb8fa9
2 changed files with 4 additions and 0 deletions

View file

@ -6,12 +6,14 @@ on:
- "**.md"
- "**.bbcode"
- LICENSE
- .github/FUNDING.yml
branches: [main, dev]
pull_request:
paths-ignore:
- "**.md"
- "**.bbcode"
- LICENSE
- .github/FUNDING.yml
branches: [main]
jobs:

View file

@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `make install` command fixed
- prettier bitmapping logs
- Fix `None` value warning in `builder/symlinks.py`
- Fix artifacts uploading order in `build` action
- Some path ignore in `build` action
## [v1.2.3] - 23 Nov 2021