mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
ci: Update pull_request workflow triggers with consistent path ignores
This commit is contained in:
parent
bd03563fcb
commit
ed7fbabd1c
3 changed files with 12 additions and 3 deletions
5
.github/workflows/docker-build-test.yml
vendored
5
.github/workflows/docker-build-test.yml
vendored
|
@ -13,7 +13,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'aider/website/**'
|
- 'aider/website/**'
|
||||||
- README.md
|
- 'README.md'
|
||||||
|
- 'HISTORY.md'
|
||||||
|
- '.github/workflows/*'
|
||||||
|
- '!.github/workflows/docker-build-test.yml'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
5
.github/workflows/ubuntu-tests.yml
vendored
5
.github/workflows/ubuntu-tests.yml
vendored
|
@ -13,7 +13,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'aider/website/**'
|
- 'aider/website/**'
|
||||||
- README.md
|
- 'README.md'
|
||||||
|
- 'HISTORY.md'
|
||||||
|
- '.github/workflows/*'
|
||||||
|
- '!.github/workflows/ubuntu-tests.yml'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
5
.github/workflows/windows-tests.yml
vendored
5
.github/workflows/windows-tests.yml
vendored
|
@ -13,7 +13,10 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'aider/website/**'
|
- 'aider/website/**'
|
||||||
- README.md
|
- 'README.md'
|
||||||
|
- 'HISTORY.md'
|
||||||
|
- '.github/workflows/*'
|
||||||
|
- '!.github/workflows/windows-tests.yml'
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue