event_name is pull_request_target

This commit is contained in:
Sigbjørn Skjæret 2024-05-05 00:01:59 +02:00 committed by GitHub
parent 06e9307ad6
commit 840986bd4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ jobs:
github.event_name == 'schedule'
&& github.repository_owner == 'ggerganov'
)
|| github.event_name == 'pull_request'
|| github.event_name == 'pull_request_target'
|| github.head_ref == 'master'
|| (
github.event_name == 'push'