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: on:
push: push:
branches: [main, develop] branches: [main, develop, dev]
pull_request: pull_request:
branches: [main, develop] branches: [main, develop, dev]
env: env:
GRAFANA_LOKI_URL: ${{ secrets.GRAFANA_LOKI_URL }} GRAFANA_LOKI_URL: ${{ secrets.GRAFANA_LOKI_URL }}