This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
The following commit(s) were added to refs/heads/main by this push:
new 6ab169a This component use a DIFFERENT master branch name than all
other Commons component.
6ab169a is described below
commit 6ab169a447d0c45b201577ea499b4808cd243c98
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 12:02:01 2026 -0400
This component use a DIFFERENT master branch name than all other Commons
component.
---
.github/workflows/codeql-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index f3953f4..6867d80 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -17,10 +17,10 @@ name: "CodeQL"
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
- branches: [ master ]
+ branches: [ main ]
schedule:
- cron: '33 9 * * 4'