mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
ignore README for actions
This commit is contained in:
parent
6c4945794a
commit
9de32c88c3
3 changed files with 6 additions and 0 deletions
2
.github/workflows/docker-build-test.yml
vendored
2
.github/workflows/docker-build-test.yml
vendored
|
@ -4,11 +4,13 @@ on:
|
|||
push:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
2
.github/workflows/ubuntu-tests.yml
vendored
2
.github/workflows/ubuntu-tests.yml
vendored
|
@ -4,11 +4,13 @@ on:
|
|||
push:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
2
.github/workflows/windows-tests.yml
vendored
2
.github/workflows/windows-tests.yml
vendored
|
@ -4,11 +4,13 @@ on:
|
|||
push:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue