From 7732dedb18cc49c6d8d05c8ddecb6c3b97982e50 Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Thu, 12 Feb 2026 13:51:44 +0100 Subject: [PATCH] Switch PullRequestHandler to use pull_request trigger --- .github/AL-Go-Settings.json | 3 ++- .github/workflows/PullRequestHandler.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/AL-Go-Settings.json b/.github/AL-Go-Settings.json index ba89c80..380c236 100644 --- a/.github/AL-Go-Settings.json +++ b/.github/AL-Go-Settings.json @@ -1,5 +1,6 @@ { "type": "PTE", "templateUrl": "https://github.com/microsoft/AL-Go-PTE@preview", - "templateSha": "becb26e1f895fb75145bbc10535afb19c09bff5c" + "templateSha": "becb26e1f895fb75145bbc10535afb19c09bff5c", + "PullRequestTrigger": "pull_request" } diff --git a/.github/workflows/PullRequestHandler.yaml b/.github/workflows/PullRequestHandler.yaml index 246ee59..332790d 100644 --- a/.github/workflows/PullRequestHandler.yaml +++ b/.github/workflows/PullRequestHandler.yaml @@ -1,7 +1,7 @@ name: 'Pull Request Build' on: - pull_request_target: + pull_request: branches: [ 'main' ] concurrency: