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: