You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/01/14 21:29:28 UTC

[myfaces] branch master updated: added 3.0.x to ci actions

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

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new e15f5f8  added 3.0.x to ci actions
     new 1bd0a7c  Merge pull request #142 from bohmber/ci-build-fixes
e15f5f8 is described below

commit e15f5f84a1e8cdf5fea10b38714a7a14a0d59e53
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Thu Jan 14 22:17:20 2021 +0100

    added 3.0.x to ci actions
---
 .github/workflows/myfaces-ci.yml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml
index 8e5f9c0..670e147 100644
--- a/.github/workflows/myfaces-ci.yml
+++ b/.github/workflows/myfaces-ci.yml
@@ -20,9 +20,13 @@ name: MyFaces CI
 
 on:
   push:
-    branches: [ master ]
+    branches:
+      - master
+      - 3.0.x
   pull_request:
-    branches: [ master ]
+    branches:
+      - master
+      - 3.0.x
   workflow_dispatch:
 
 jobs: