fix: restore correct Renovate and Playwright workflow triggers

This commit is contained in:
Jeremy
2026-01-30 22:17:04 +00:00
parent 26f3183efc
commit a677b1306e
4 changed files with 1271 additions and 660 deletions

View File

@@ -3,6 +3,24 @@
name: Playwright E2E Tests
on:
push:
branches:
- main
- development
- 'feature/**'
paths:
- 'frontend/**'
- 'backend/**'
- 'tests/**'
- 'playwright.config.js'
- '.github/workflows/playwright.yml'
pull_request:
branches:
- main
- development
- 'feature/**'
workflow_run:
workflows: ["Docker Build, Publish & Test"]
types: