mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +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:
|
||||
paths-ignore:
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
- 'README.md'
|
||||
- 'HISTORY.md'
|
||||
- '.github/workflows/*'
|
||||
- '!.github/workflows/docker-build-test.yml'
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
5
.github/workflows/ubuntu-tests.yml
vendored
5
.github/workflows/ubuntu-tests.yml
vendored
|
@ -13,7 +13,10 @@ on:
|
|||
pull_request:
|
||||
paths-ignore:
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
- 'README.md'
|
||||
- 'HISTORY.md'
|
||||
- '.github/workflows/*'
|
||||
- '!.github/workflows/ubuntu-tests.yml'
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
5
.github/workflows/windows-tests.yml
vendored
5
.github/workflows/windows-tests.yml
vendored
|
@ -13,7 +13,10 @@ on:
|
|||
pull_request:
|
||||
paths-ignore:
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
- 'README.md'
|
||||
- 'HISTORY.md'
|
||||
- '.github/workflows/*'
|
||||
- '!.github/workflows/windows-tests.yml'
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue