Enable browser tests on push (#3878)

This commit is contained in:
Chenlei Hu 2024-06-26 09:09:21 -04:00 committed by GitHub
parent e3579f3360
commit f12fa1d8d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
name: Playwright Browser Tests CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]