This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new cc43d8d  Run pre-commit hooks on pushes to the primary development 
branches
cc43d8d is described below

commit cc43d8d936a1663ac48a58e9d2785d4f2f3eae05
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Jan 21 20:03:56 2026 +0000

    Run pre-commit hooks on pushes to the primary development branches
---
 .github/workflows/analyze.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index 66466e2..f6d0041 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -1,6 +1,8 @@
 name: Analyze using pre-commit hooks
 
 on:
+  push:
+    branches: [main, sbp]
   pull_request:
     branches: [main]
   workflow_dispatch:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to