Commit dcfd69e
Restore merged-PR context for site publishing (#58)
## Summary
- remove push trigger on main
- restore pull_request.closed in Process-PSModule triggers
## Why
Publish-Site in Process-PSModule is computed from merged PR context
(pull_request + closed + merged). Running only on push to main caused
Publish-Site to be skipped, so deployed Pages could drift from the
latest merged build artifact.
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 0110966 commit dcfd69e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
0 commit comments