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:
- main
- version-*
paths-ignore:
- website
env:
POSTGRES_DB: authentik

View File

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

View File

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