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:
parent
7c8f94bfe1
commit
762aed3586
|
@ -12,6 +12,8 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- version-*
|
||||
paths-ignore:
|
||||
- website
|
||||
|
||||
env:
|
||||
POSTGRES_DB: authentik
|
||||
|
|
|
@ -6,10 +6,14 @@ on:
|
|||
- main
|
||||
- next
|
||||
- version-*
|
||||
paths-ignore:
|
||||
- website
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- version-*
|
||||
paths-ignore:
|
||||
- website
|
||||
|
||||
jobs:
|
||||
lint-golint:
|
||||
|
|
|
@ -6,10 +6,14 @@ on:
|
|||
- main
|
||||
- next
|
||||
- version-*
|
||||
paths-ignore:
|
||||
- website
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- version-*
|
||||
paths-ignore:
|
||||
- website
|
||||
|
||||
jobs:
|
||||
lint-eslint:
|
||||
|
|
Reference in New Issue