Skip to content

Commit 68f9d32

Browse files
authored
Merge pull request #47 from microsoft/fix/pull-request-trigger
Switch PullRequestHandler to use pull_request trigger
2 parents 1b9b3cc + 34d3cb2 commit 68f9d32

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/AL-Go-Settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"type": "AppSource App",
3-
"templateUrl": "https://github.com/microsoft/AL-Go-AppSource@preview"
4-
}
3+
"templateUrl": "https://github.com/microsoft/AL-Go-AppSource@preview",
4+
"PullRequestTrigger": "pull_request"
5+
}

.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)