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 cc04e712ff
commit 37dc95e515

View File

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