diff --git a/.github/workflows/docker-build-test.yml b/.github/workflows/docker-build-test.yml index e0d2253b0..f9058aefd 100644 --- a/.github/workflows/docker-build-test.yml +++ b/.github/workflows/docker-build-test.yml @@ -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 diff --git a/.github/workflows/ubuntu-tests.yml b/.github/workflows/ubuntu-tests.yml index 1ff7ee1d0..63863bbc1 100644 --- a/.github/workflows/ubuntu-tests.yml +++ b/.github/workflows/ubuntu-tests.yml @@ -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 diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index 2c74f0c3f..c17c67fb4 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -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