Skip to content

Commit 07a5bb0

Browse files
Add merged-PR closed trigger for site publish evaluation (#59)
## Summary - add pull_request.closed to .github/workflows/Process-PSModule.yml - keep existing push and PR update triggers unchanged ## Why Process-PSModule computes Publish.Site.Enabled from merged PR context. Including the closed PR event enables the workflow to evaluate and execute publish behavior on merge events. --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent dcfd69e commit 07a5bb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Process-PSModule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
branches:
1212
- main
1313
types:
14+
- closed
1415
- opened
1516
- reopened
1617
- synchronize

0 commit comments

Comments
 (0)