mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
build: Add HISTORY.md to ignore list in GitHub Actions workflows
This commit is contained in:
parent
e35cfbba63
commit
971f317d3d
3 changed files with 3 additions and 0 deletions
1
.github/workflows/docker-build-test.yml
vendored
1
.github/workflows/docker-build-test.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
paths-ignore:
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
- HISTORY.md
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
|
1
.github/workflows/ubuntu-tests.yml
vendored
1
.github/workflows/ubuntu-tests.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
paths-ignore:
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
- HISTORY.md
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
|
1
.github/workflows/windows-tests.yml
vendored
1
.github/workflows/windows-tests.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
paths-ignore:
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
- HISTORY.md
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue