Add Caddyfile path to Playwright workflow triggers

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-04-16 17:52:18 +02:00
committed by GitHub
parent 6f28dfc5e3
commit 21a140890a

View File

@@ -4,11 +4,13 @@ on:
pull_request:
paths:
- 'php/**'
- 'Containers/mastercontainer/*.Caddyfile'
push:
branches:
- main
paths:
- 'php/**'
- 'Containers/mastercontainer/*.Caddyfile'
concurrency:
group: playwright-${{ github.head_ref || github.run_id }}