Add dev branch to workflow triggers

This commit is contained in:
gpt-engineer-app[bot]
2025-10-30 16:48:59 +00:00
parent 1e212652ce
commit ac67f4bdd9

View File

@@ -2,9 +2,9 @@ name: Playwright E2E Tests
on:
push:
branches: [main, develop]
branches: [main, develop, dev]
pull_request:
branches: [main, develop]
branches: [main, develop, dev]
env:
GRAFANA_LOKI_URL: ${{ secrets.GRAFANA_LOKI_URL }}