mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Run website workflows for changes to Fleet maintained apps (#36775)
This commit is contained in:
parent
abe7306f67
commit
3eb444473e
2 changed files with 2 additions and 0 deletions
1
.github/workflows/deploy-fleet-website.yml
vendored
1
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
||||||
- 'handbook/**'
|
- 'handbook/**'
|
||||||
- 'articles/**'
|
- 'articles/**'
|
||||||
- 'schema/**'
|
- 'schema/**'
|
||||||
|
- "ee/maintained-apps/outputs/**"
|
||||||
|
|
||||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
1
.github/workflows/test-website.yml
vendored
1
.github/workflows/test-website.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
||||||
- "schema/**"
|
- "schema/**"
|
||||||
- "articles/**"
|
- "articles/**"
|
||||||
- ".github/workflows/test-website.yml"
|
- ".github/workflows/test-website.yml"
|
||||||
|
- "ee/maintained-apps/outputs/**"
|
||||||
|
|
||||||
# This allows a subsequently queued workflow run to interrupt previous runs
|
# This allows a subsequently queued workflow run to interrupt previous runs
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue