From b01c48698db444303de8a7b9770a248d0b6d9013 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Fri, 9 Feb 2024 17:15:13 +0100 Subject: [PATCH] ci: do not run main, outpost when changes are made to website/ (#8469) --- .github/workflows/ci-main.yml | 4 ++-- .github/workflows/ci-outpost.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 0a64ecda53..7bc5268f71 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -7,13 +7,13 @@ on: - next - version-* paths-ignore: - - website + - website/** pull_request: branches: - main - version-* paths-ignore: - - website + - website/** env: POSTGRES_DB: authentik diff --git a/.github/workflows/ci-outpost.yml b/.github/workflows/ci-outpost.yml index 76d2adfa07..54f697e78a 100644 --- a/.github/workflows/ci-outpost.yml +++ b/.github/workflows/ci-outpost.yml @@ -7,13 +7,13 @@ on: - next - version-* paths-ignore: - - website + - website/** pull_request: branches: - main - version-* paths-ignore: - - website + - website/** jobs: lint-golint: