Skip to content

Commit

Permalink
ci: fix pull_request_target (#1700)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang authored Sep 23, 2021
1 parent b3b840d commit e1622e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
name: Tester

on: [push, pull_request_target]
on: pull_request_target

jobs:
tester:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- name: Use Node.js
uses: actions/setup-node@v2
- name: Install Dependencies
Expand Down

0 comments on commit e1622e6

Please sign in to comment.