Use pull_request instead of pull_request_target for Github Actions (#1251)

This commit is contained in:
Kyle Barron 2020-12-08 20:10:09 -07:00 committed by GitHub
parent eff7047c75
commit 8f2cf45cc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ on:
push:
branches:
- master
pull_request_target:
pull_request:
jobs:
test-node: