chore: switch back from `pull_request_target` to `pull_request`

This commit is contained in:
Tony 2022-04-18 02:32:51 +08:00 committed by GitHub
parent 1e11388c90
commit 455594aff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Linter
on: [push, pull_request_target]
on: [push, pull_request]
jobs:
linter: