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: push:
paths-ignore: paths-ignore:
- 'aider/website/**' - 'aider/website/**'
- README.md - 'README.md'
- HISTORY.md - 'HISTORY.md'
- '.github/workflows/*'
- '!.github/workflows/docker-build-test.yml'
branches: branches:
- main - main
pull_request: pull_request:

View file

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

View file

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