Merge pull request 'Add tests/** to stage CI paths filter' (#77) from fix/stage-ci-paths into dev
Dev — Build & local smoke test / build-smoke (push) Successful in 2m26s

This commit was merged in pull request #77.
This commit is contained in:
2026-05-11 06:21:04 +00:00
+4 -1
View File
@@ -2,7 +2,7 @@ name: Stage — Build, push & deploy to marketing-stage
# Pipeline: build → push → deploy marketing-stage → smoke test.
# STOPS HERE. No prod deploy. Merge to main when stage looks good.
# Triggered: 2026-05-05 (promote fix/gallery-layout-account-otp)
# Triggered: 2026-05-11 (add tests/** to paths filter)
on:
push:
@@ -11,6 +11,9 @@ on:
- 'src/**'
- 'dist/**'
- 'runtime/**'
- 'tests/**'
- 'playwright.config.ts'
- 'package.json'
- 'Dockerfile.stage'
- 'Dockerfile.soul-demo'
- 'build-stage.sh'