This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new a3273b1 Add push event trigger for analyze workflow
a3273b1 is described below
commit a3273b143cdd0c4fd590f40e96d9f6de9af573bc
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Nov 13 09:30:22 2025 -0800
Add push event trigger for analyze workflow
---
.github/workflows/analyze.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml
index dc320ba..7a32dc7 100644
--- a/.github/workflows/analyze.yml
+++ b/.github/workflows/analyze.yml
@@ -18,6 +18,8 @@
name: Analyze using pre-commit hooks
on:
+ push:
+ branches: [main]
pull_request:
branches: [main]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]