mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'website/**'
|
- 'aider/website/**'
|
||||||
- README.md
|
- README.md
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'website/**'
|
- 'aider/website/**'
|
||||||
- README.md
|
- README.md
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
4
.github/workflows/ubuntu-tests.yml
vendored
4
.github/workflows/ubuntu-tests.yml
vendored
|
@ -3,13 +3,13 @@ name: Ubuntu Python Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'website/**'
|
- 'aider/website/**'
|
||||||
- README.md
|
- README.md
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'website/**'
|
- 'aider/website/**'
|
||||||
- README.md
|
- README.md
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
4
.github/workflows/windows-tests.yml
vendored
4
.github/workflows/windows-tests.yml
vendored
|
@ -3,13 +3,13 @@ name: Windows Python Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'website/**'
|
- 'aider/website/**'
|
||||||
- README.md
|
- README.md
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'website/**'
|
- 'aider/website/**'
|
||||||
- README.md
|
- README.md
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue