This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new f5729b6 Moving from master branch to main f5729b6 is described below commit f5729b67d73681bc9f89668755dfaa9b2ac91a44 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 21 08:26:11 2021 +0200 Moving from master branch to main --- .github/workflows/master-pr-build.yml | 4 ++-- .github/workflows/master-push-build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml index 18a2acb..e19db0f 100644 --- a/.github/workflows/master-pr-build.yml +++ b/.github/workflows/master-pr-build.yml @@ -15,12 +15,12 @@ # limitations under the License. # -name: master pr build +name: main pr build on: pull_request: branches: - - master + - main jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml index e045180..e70b467 100644 --- a/.github/workflows/master-push-build.yml +++ b/.github/workflows/master-push-build.yml @@ -15,12 +15,12 @@ # limitations under the License. # -name: master build +name: main build on: push: branches: - - master + - main jobs: build: runs-on: ubuntu-latest