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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new b20618d  chore(build): configure ci to run on release rbanches
b20618d is described below

commit b20618d6ee3cd9f2277564dcda2d341b93720dcd
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Tue Aug 18 09:39:13 2020 +0200

    chore(build): configure ci to run on release rbanches
---
 .github/workflows/ci-build.yaml   | 2 ++
 .github/workflows/pr-validate.yml | 1 +
 2 files changed, 3 insertions(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index ee98ab8..d7f4273 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -23,6 +23,7 @@ on:
       - master
       - camel-master
       - quarkus-master
+      - "[0-9]+.[0-9]+.x"
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
@@ -33,6 +34,7 @@ on:
       - master
       - camel-master
       - quarkus-master
+      - "[0-9]+.[0-9]+.x"
     paths-ignore:
       - '**.adoc'
       - 'KEYS'
diff --git a/.github/workflows/pr-validate.yml 
b/.github/workflows/pr-validate.yml
index a3a3667..bc9b847 100644
--- a/.github/workflows/pr-validate.yml
+++ b/.github/workflows/pr-validate.yml
@@ -23,6 +23,7 @@ on:
       - master
       - camel-master
       - quarkus-master
+      - "[0-9]+.[0-9]+.x"
     paths-ignore:
       - '**.adoc'
       - 'KEYS'

Reply via email to