This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git
The following commit(s) were added to refs/heads/trunk by this push:
new d550867 Fix branch name
d550867 is described below
commit d5508677e4b0ea04c0860c0a7720e1a910b8c3b5
Author: remm <[email protected]>
AuthorDate: Wed Apr 15 12:47:04 2026 +0200
Fix branch name
---
.github/workflows/ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c0c88a0..d067b0d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,10 +15,10 @@ name: Smoke Test
on:
push:
branches:
- - main
+ - trunk
pull_request:
branches:
- - main
+ - trunk
env:
LC_ALL: en_US.UTF-8
@@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
isMain:
- - ${{ contains(github.ref, 'main') }}
+ - ${{ contains(github.ref, 'trunk') }}
java: [ 25 ]
os: [ ubuntu-latest, windows-latest ]
name: JDK${{ matrix.java }} ${{ matrix.os }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]