From 1fc7ff7783a87845160f502774596b7641b427e6 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 19 Jul 2026 03:59:25 +0200 Subject: [PATCH] Align Process-PSModule merge trigger Add push trigger for main and remove pull_request closed trigger so post-merge runs are tied to merge commits without duplicate closed-PR runs. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/workflows/Process-PSModule.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index 6e69583..dab2e65 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -4,11 +4,13 @@ on: workflow_dispatch: schedule: - cron: '0 0 * * *' + push: + branches: + - main pull_request: branches: - main types: - - closed - opened - reopened - synchronize