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:
1
.github/workflows/landing-page.yml
vendored
1
.github/workflows/landing-page.yml
vendored
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user