mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
don't run jobs if just website is modified
This commit is contained in:
parent
e7c5ea2ace
commit
8e20d762f5
3 changed files with 6 additions and 6 deletions
4
.github/workflows/docker-build-test.yml
vendored
4
.github/workflows/docker-build-test.yml
vendored
|
@ -3,13 +3,13 @@ name: Docker Build Test
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
|
|
4
.github/workflows/ubuntu-tests.yml
vendored
4
.github/workflows/ubuntu-tests.yml
vendored
|
@ -3,13 +3,13 @@ name: Ubuntu Python Tests
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
|
|
4
.github/workflows/windows-tests.yml
vendored
4
.github/workflows/windows-tests.yml
vendored
|
@ -3,13 +3,13 @@ name: Windows Python Tests
|
|||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'website/**'
|
||||
- 'aider/website/**'
|
||||
- README.md
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue