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 38bfee7cc3 [CI] Update codeql.yml change branch from main to master
(#2160)
38bfee7cc3 is described below
commit 38bfee7cc36b7b99da3e3e558210ee4affba57e6
Author: John Bampton <[email protected]>
AuthorDate: Sat Jul 26 03:43:15 2025 +1000
[CI] Update codeql.yml change branch from main to master (#2160)
---
.github/workflows/codeql.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 7e99a1bfe7..295967e0a4 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -19,9 +19,9 @@ name: CodeQL Analysis
on:
push:
- branches: [main]
+ branches: [master]
pull_request:
- branches: [main]
+ branches: [master]
permissions:
actions: read