This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 3ed8a0208b [CI] Run pre-commit on master branch (#2755)
3ed8a0208b is described below
commit 3ed8a0208b8bb516251fcf5ced5de9f02a65aed4
Author: John Bampton <[email protected]>
AuthorDate: Tue Mar 17 17:39:33 2026 +1000
[CI] Run pre-commit on master branch (#2755)
---
.github/workflows/pre-commit-manual.yml | 8 +++++++-
.github/workflows/pre-commit.yml | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pre-commit-manual.yml
b/.github/workflows/pre-commit-manual.yml
index 56a8ed1a0a..29011c3be5 100644
--- a/.github/workflows/pre-commit-manual.yml
+++ b/.github/workflows/pre-commit-manual.yml
@@ -17,7 +17,13 @@
name: Manual hooks
-on: [pull_request]
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - '*'
permissions:
contents: read
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 40e5d31302..0655826711 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -17,7 +17,13 @@
name: pre-commit
-on: [pull_request]
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - '*'
permissions:
contents: read