mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:11:11 -05:00
Add dev branch to workflow triggers
This commit is contained in:
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user