From b31df17dab4afd7a50fb86c6f0ac216d7c42d765 Mon Sep 17 00:00:00 2001 From: Nihad Abbasov Date: Tue, 28 Mar 2023 18:09:07 +0300 Subject: [PATCH] Fix event name (#24674) --- .../actions/using-workflows/events-that-trigger-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/using-workflows/events-that-trigger-workflows.md b/content/actions/using-workflows/events-that-trigger-workflows.md index 9e6d41432de7..f46411e67569 100644 --- a/content/actions/using-workflows/events-that-trigger-workflows.md +++ b/content/actions/using-workflows/events-that-trigger-workflows.md @@ -864,7 +864,7 @@ To run a job based on the pull request's head branch name (as opposed to the pul ```yaml on: - pull_request: + pull_request_target: types: - opened jobs: