mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
test: fix ui push trigger branch (#27466)
This commit is contained in:
parent
dbca2381df
commit
d8a225fdb9
6
.github/workflows/ui.yml
vendored
6
.github/workflows/ui.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: UI
|
||||
|
||||
on: [push, pull_request_target]
|
||||
on:
|
||||
pull_request_target:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user