ci: do not run main, outpost, web when changes are only made to website/

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt 2024-01-16 07:20:52 +01:00
parent 7c8f94bfe1
commit 762aed3586
No known key found for this signature in database
GPG Key ID: 9C3FA22FABF1AA8D
3 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,8 @@ on:
branches: branches:
- main - main
- version-* - version-*
paths-ignore:
- website
env: env:
POSTGRES_DB: authentik POSTGRES_DB: authentik

View File

@ -6,10 +6,14 @@ on:
- main - main
- next - next
- version-* - version-*
paths-ignore:
- website
pull_request: pull_request:
branches: branches:
- main - main
- version-* - version-*
paths-ignore:
- website
jobs: jobs:
lint-golint: lint-golint:

View File

@ -6,10 +6,14 @@ on:
- main - main
- next - next
- version-* - version-*
paths-ignore:
- website
pull_request: pull_request:
branches: branches:
- main - main
- version-* - version-*
paths-ignore:
- website
jobs: jobs:
lint-eslint: lint-eslint: