From 8e20d762f5b5c8ac0f3540b6dff98857daa5dd34 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 6 Jul 2024 15:21:34 -0300 Subject: [PATCH] don't run jobs if just website is modified --- .github/workflows/docker-build-test.yml | 4 ++-- .github/workflows/ubuntu-tests.yml | 4 ++-- .github/workflows/windows-tests.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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