ci: do not run main, outpost when changes are made to website/ (#8469)
This commit is contained in:
committed by
GitHub
parent
1546fa276a
commit
b01c48698d
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
@ -7,13 +7,13 @@ on:
|
||||
- next
|
||||
- version-*
|
||||
paths-ignore:
|
||||
- website
|
||||
- website/**
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- version-*
|
||||
paths-ignore:
|
||||
- website
|
||||
- website/**
|
||||
|
||||
env:
|
||||
POSTGRES_DB: authentik
|
||||
|
||||
4
.github/workflows/ci-outpost.yml
vendored
4
.github/workflows/ci-outpost.yml
vendored
@ -7,13 +7,13 @@ on:
|
||||
- next
|
||||
- version-*
|
||||
paths-ignore:
|
||||
- website
|
||||
- website/**
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- version-*
|
||||
paths-ignore:
|
||||
- website
|
||||
- website/**
|
||||
|
||||
jobs:
|
||||
lint-golint:
|
||||
|
||||
Reference in New Issue
Block a user