fix(ci): include workflow file in landing page trigger paths

Without this, changes to the workflow file itself do not trigger a new
run, since the path filter only matched Apps/LandingSite/**.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
zhukang
2026-03-15 10:32:24 +08:00
parent 8ab3b68054
commit be949a22b5

View File

@@ -4,6 +4,7 @@ on:
push: push:
paths: paths:
- 'Apps/LandingSite/**' - 'Apps/LandingSite/**'
- '.github/workflows/landing-page.yml'
branches: [main] branches: [main]
release: release:
types: [published] types: [published]