mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
chore: Add pr as condition (#28227)
* chore: Add pr as condition * simple it
This commit is contained in:
parent
5afeac8bb3
commit
fd0dbe7c08
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: ✅ test
|
||||
|
||||
on: push
|
||||
on: [push, pull_request_target]
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
|
Loading…
Reference in New Issue
Block a user