ci: Update pull_request workflow triggers with consistent path ignores

This commit is contained in:
Paul Gauthier (aider) 2025-01-16 08:51:24 -08:00
parent bd03563fcb
commit ed7fbabd1c
3 changed files with 12 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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