wuxh 2023-10-16 15:01:28 +08:00
parent 7f9aff2cfb
commit 3e0a722dd6
No known key found for this signature in database
GPG Key ID: 464F03149513C20C

View File

@ -1,7 +1,8 @@
name: PR Preview
on:
pull_request_target:
# Why "pull_request" and not the safer "pull_request_target"? Because documentation and tests are required to be updated by PR authors, rather than pulling code from the target branch every time.
pull_request:
types: [opened, synchronize, reopened]
# Cancel prev CI if new commit come