Run playwright tests on pull request as well

This commit is contained in:
thiloho
2024-09-13 18:45:23 +02:00
parent 08aca588d0
commit db8b284d6f
6 changed files with 14 additions and 8 deletions

View File

@@ -2,8 +2,9 @@ name: Playwright tests
on:
push:
branches:
- main
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test: