From 336be220fa6c4b4367d9e5e03fbb1abe0ef92ad1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Apr 2026 09:11:26 +0000 Subject: [PATCH] Add push trigger for main branch to manual, audit, and standards hook workflows Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/74413ae5-9c4f-4fec-988b-e7e8a7644c22 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- .github/workflows/pre-commit-audit.yml | 5 ++++- .github/workflows/pre-commit-manual.yml | 5 ++++- .github/workflows/pre-commit.yml | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit-audit.yml b/.github/workflows/pre-commit-audit.yml index fca9bf2b..dbaa5785 100644 --- a/.github/workflows/pre-commit-audit.yml +++ b/.github/workflows/pre-commit-audit.yml @@ -1,7 +1,10 @@ # https://github.com/j178/prek name: Audit hooks -on: [pull_request] +on: + pull_request: + push: + branches: [main] permissions: contents: read diff --git a/.github/workflows/pre-commit-manual.yml b/.github/workflows/pre-commit-manual.yml index df26d133..f1f41b06 100644 --- a/.github/workflows/pre-commit-manual.yml +++ b/.github/workflows/pre-commit-manual.yml @@ -1,7 +1,10 @@ # https://github.com/j178/prek name: Manual hooks -on: [pull_request] +on: + pull_request: + push: + branches: [main] permissions: contents: read diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 43d74ed6..b004cd74 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -1,7 +1,10 @@ # https://github.com/j178/prek name: Standard hooks -on: [pull_request] +on: + pull_request: + push: + branches: [main] permissions: contents: read