You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/05/24 10:27:37 UTC

[camel-k-runtime] 01/02: Enable GH actions on camel-main branch

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 58d9b42603610bca32ae206a2ff8c87cff44805f
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon May 24 10:12:36 2021 +0200

    Enable GH actions on camel-main branch
---
 .../{ci-build-camel-master.yaml => ci-build-camel-main.yaml}          | 4 ++--
 .github/workflows/ci-build.yml                                        | 1 +
 .github/workflows/pr-validate.yml                                     | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build-camel-master.yaml b/.github/workflows/ci-build-camel-main.yaml
similarity index 98%
rename from .github/workflows/ci-build-camel-master.yaml
rename to .github/workflows/ci-build-camel-main.yaml
index a04c56e..601c8a2 100644
--- a/.github/workflows/ci-build-camel-master.yaml
+++ b/.github/workflows/ci-build-camel-main.yaml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-name: Build (Camel Master)
+name: Build (Camel Main)
 
 env:
   MAVEN_OPTS: -Xmx3000m
@@ -26,7 +26,7 @@ concurrency:
 on:
   push:
     branches:
-      - camel-master
+      - camel-main
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index cd447cf..e2205d8 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -27,6 +27,7 @@ on:
   push:
     branches:
       - main
+      - camel-main
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml
index 09b59f9..cc352e8 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -27,6 +27,7 @@ on:
   pull_request:
     branches:
       - main
+      - camel-main
     paths-ignore:
       - '**.adoc'
       - 'KEYS'