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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7424dace7 fix branch_1x workflow
7424dace7 is described below

commit 7424dace7d26871d7f2d7c12c46e4c070c04efe3
Author: tballison <[email protected]>
AuthorDate: Fri May 6 16:33:19 2022 -0400

    fix branch_1x workflow
---
 .github/workflows/branch_1x-jdk11-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/branch_1x-jdk11-build.yml 
b/.github/workflows/branch_1x-jdk11-build.yml
index 898d836ca..89ce7d61a 100644
--- a/.github/workflows/branch_1x-jdk11-build.yml
+++ b/.github/workflows/branch_1x-jdk11-build.yml
@@ -19,7 +19,7 @@ name: branch_1x jdk11 build
 
 on:
   push:
-    branches: [ main ]
+    branches: [ branch_1x ]
 
 jobs:
   build:

Reply via email to