mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
ci: revert to pull_request (#2638)
This commit is contained in:
parent
11b71667aa
commit
f9557a7906
4
.github/workflows/preview.yml
vendored
4
.github/workflows/preview.yml
vendored
@ -1,14 +1,12 @@
|
||||
name: 🔂 Surge PR Preview
|
||||
|
||||
on: pull_request_target
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
preview:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||
- uses: afc163/surge-preview@v1
|
||||
with:
|
||||
surge_token: ${{ secrets.SURGE_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user