Skip to content

Commit acad467

Browse files
authored
Merge pull request #7 from BusinessCentralApps/fix/pull-request-trigger
Switch PullRequestHandler to use pull_request trigger
2 parents fc5dcde + 7732ded commit acad467

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/AL-Go-Settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"type": "PTE",
33
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@preview",
4-
"templateSha": "becb26e1f895fb75145bbc10535afb19c09bff5c"
4+
"templateSha": "becb26e1f895fb75145bbc10535afb19c09bff5c",
5+
"PullRequestTrigger": "pull_request"
56
}

.github/workflows/PullRequestHandler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 'Pull Request Build'
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
branches: [ 'main' ]
66

77
concurrency:

0 commit comments

Comments
 (0)