ci: Ignore workflow file changes except for self-modification

This commit is contained in:
Paul Gauthier (aider) 2025-01-16 08:50:53 -08:00
parent 05ffc7f8d6
commit bd03563fcb
3 changed files with 12 additions and 6 deletions

View file

@ -4,8 +4,10 @@ on:
push:
paths-ignore:
- 'aider/website/**'
- README.md
- HISTORY.md
- 'README.md'
- 'HISTORY.md'
- '.github/workflows/*'
- '!.github/workflows/docker-build-test.yml'
branches:
- main
pull_request:

View file

@ -4,8 +4,10 @@ on:
push:
paths-ignore:
- 'aider/website/**'
- README.md
- HISTORY.md
- 'README.md'
- 'HISTORY.md'
- '.github/workflows/*'
- '!.github/workflows/ubuntu-tests.yml'
branches:
- main
pull_request:

View file

@ -4,8 +4,10 @@ on:
push:
paths-ignore:
- 'aider/website/**'
- README.md
- HISTORY.md
- 'README.md'
- 'HISTORY.md'
- '.github/workflows/*'
- '!.github/workflows/windows-tests.yml'
branches:
- main
pull_request: