This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-spring-boot-3.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 1866e868fe03cbb4ba072a5d5551b0a3c8217d9b Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Jan 16 17:45:06 2023 +0100 (chores) ci: adjusted GH actions for PRs to work with Camel 3 and Camel 4 --- .github/workflows/{pr-build.yml => pr-build-camel-3.yml} | 4 ++-- .github/workflows/{pr-build.yml => pr-build-main.yml} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build-camel-3.yml similarity index 97% copy from .github/workflows/pr-build.yml copy to .github/workflows/pr-build-camel-3.yml index 102534d7f3b..d5a4b910ff5 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build-camel-3.yml @@ -15,12 +15,12 @@ # limitations under the License. # -name: PR Build +name: PR Build (Camel 3) on: pull_request: branches: - - main + - camel-spring-boot-3.x paths-ignore: - README.md - Jenkinsfile diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build-main.yml similarity index 98% rename from .github/workflows/pr-build.yml rename to .github/workflows/pr-build-main.yml index 102534d7f3b..350ac7ca701 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build-main.yml @@ -15,7 +15,7 @@ # limitations under the License. # -name: PR Build +name: PR Build (Camel 4) on: pull_request:
