mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
ci: Update pull_request workflow triggers with consistent path ignores
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user