Rename master branch to main (#3539)

This commit is contained in:
Artem Bilan
2021-04-07 15:17:17 -04:00
committed by GitHub
parent df62147f5d
commit e7d99e994d
26 changed files with 51 additions and 52 deletions

View File

@@ -2,5 +2,5 @@
Thanks for contributing to Spring Integration.
Please provide a brief description of your pull-request and reference any related issue numbers (prefix references with #) or StackOverflow questions.
See the [Contributor Guidelines for more information](https://github.com/spring-projects/spring-integration/blob/master/CONTRIBUTING.adoc).
See the [Contributor Guidelines for more information](https://github.com/spring-projects/spring-integration/blob/main/CONTRIBUTING.adoc).
-->

View File

@@ -2,7 +2,7 @@ name: Pull Request build
on:
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build: