Rename branch references in GitHub workflow to 'main' (#2418)

* Rename branch references in GitHub workflow to 'main'

* Revert accidental branch reference renaming
This commit is contained in:
Marcono1234 2023-06-12 17:46:38 +02:00 committed by GitHub
parent a80bc24e04
commit 44217b9100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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.