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

View File

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