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-kamelets.git
The following commit(s) were added to refs/heads/main by this push: new 89138f6 Moving from master branch to main 89138f6 is described below commit 89138f6fe963e2e4b99719b159e4b38a3c001acb Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 21 08:20:41 2021 +0200 Moving from master branch to main --- .github/workflows/test.yaml | 4 ++-- Jenkinsfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3346f4d..e776ab3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ name: test on: pull_request: branches: - - master + - main paths-ignore: - '**.adoc' - 'KEYS' @@ -28,7 +28,7 @@ on: - 'NOTICE' push: branches: - - master + - main paths-ignore: - '**.adoc' - 'KEYS' diff --git a/Jenkinsfile b/Jenkinsfile index da02ba0..0622442 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,12 +36,12 @@ pipeline { stage('Website update') { when { - branch 'master' + branch 'main' changeset 'docs/**/*' } steps { - build job: 'Camel/Camel.website/master', wait: false + build job: 'Camel/Camel.website/main', wait: false } }