mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
ci: Ignore workflow file changes except for self-modification
This commit is contained in:
parent
05ffc7f8d6
commit
bd03563fcb
3 changed files with 12 additions and 6 deletions
6
.github/workflows/docker-build-test.yml
vendored
6
.github/workflows/docker-build-test.yml
vendored
|
@ -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:
|
||||
|
|
6
.github/workflows/ubuntu-tests.yml
vendored
6
.github/workflows/ubuntu-tests.yml
vendored
|
@ -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:
|
||||
|
|
6
.github/workflows/windows-tests.yml
vendored
6
.github/workflows/windows-tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue