Add workflow dispatch to e2e tests

This commit is contained in:
Nora
2025-02-20 14:29:23 +00:00
parent 95374c6401
commit 24ec26f17e

View File

@@ -1,5 +1,6 @@
name: Run E2E Playwright tests name: Run E2E Playwright tests
on: on:
workflow_dispatch:
push: push:
branches: [main] branches: [main]
pull_request: pull_request: