chore: add back missing `pull_request` trigger

This commit is contained in:
Tony 2022-05-23 23:17:46 +08:00 committed by GitHub
parent 38130beef4
commit 92a1a66edb
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, pull_request_target]
jobs:
linter: