From 44217b9100461ebf61f643279b486764899c77d9 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Mon, 12 Jun 2023 17:46:38 +0200 Subject: [PATCH] Rename branch references in GitHub workflow to 'main' (#2418) * Rename branch references in GitHub workflow to 'main' * Revert accidental branch reference renaming --- .github/workflows/codeql-analysis.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 01d95bdf..76822e60 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -4,9 +4,9 @@ name: "CodeQL" on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] schedule: # Run every Monday at 16:10 - cron: '10 16 * * 1' diff --git a/README.md b/README.md index e9588f5d..04eb1c94 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ JDK 11 or newer is required for building, JDK 17 is recommended. ### Contributing -See the [contributing guide](https://github.com/google/.github/blob/main/CONTRIBUTING.md). +See the [contributing guide](https://github.com/google/.github/blob/master/CONTRIBUTING.md). Please perform a quick search to check if there are already existing issues or pull requests related to your contribution. Keep in mind that Gson is in maintenance mode. If you want to add a new feature, please first search for existing GitHub issues, or create a new one to discuss the feature and get feedback.