fix(test): use `pull_request` event instead of `pull_request_target` event

pull/94/head
mob-sakai 2021-02-08 23:16:42 +09:00
parent f5da983aef
commit 8e886639b4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Actions 😎
on:
push: { branches: [main] }
pull_request_target:
pull_request:
paths-ignore:
- '.github/**'