test: fix ui push trigger branch (#27466)

This commit is contained in:
骗你是小猫咪 2020-10-30 17:13:25 +08:00 committed by GitHub
parent dbca2381df
commit d8a225fdb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: UI
on: [push, pull_request_target]
on:
pull_request_target:
push:
branches:
- master
jobs:
test: