ci: do not run main, outpost when changes are made to website/ (#8469)

This commit is contained in:
Marc 'risson' Schmitt
2024-02-09 17:15:13 +01:00
committed by GitHub
parent 1546fa276a
commit b01c48698d
2 changed files with 4 additions and 4 deletions

View File

@ -7,13 +7,13 @@ on:
- next - next
- version-* - version-*
paths-ignore: paths-ignore:
- website - website/**
pull_request: pull_request:
branches: branches:
- main - main
- version-* - version-*
paths-ignore: paths-ignore:
- website - website/**
env: env:
POSTGRES_DB: authentik POSTGRES_DB: authentik

View File

@ -7,13 +7,13 @@ on:
- next - next
- version-* - version-*
paths-ignore: paths-ignore:
- website - website/**
pull_request: pull_request:
branches: branches:
- main - main
- version-* - version-*
paths-ignore: paths-ignore:
- website - website/**
jobs: jobs:
lint-golint: lint-golint: