You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/10/28 09:29:46 UTC

[tomcat] branch main updated: Add current branches to GitHub actions CI

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new c5290d08f0 Add current branches to GitHub actions CI
c5290d08f0 is described below

commit c5290d08f0ed6abd679038aa48a4d997763b5087
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Oct 28 10:29:38 2022 +0100

    Add current branches to GitHub actions CI
---
 .github/workflows/ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 405d36fa79..91150ba20f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,6 +16,9 @@ on:
   push:
     branches:
       - main
+      - 10.1.x
+      - 9.0.x
+      - 8.5.x
   pull_request:
     branches:
       - main


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org