don't run jobs if just website is modified

This commit is contained in:
Paul Gauthier 2024-07-06 15:21:34 -03:00
parent e7c5ea2ace
commit 8e20d762f5
3 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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