You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/11/05 08:04:21 UTC

[lucene] branch main updated: LUCENE-10222: Enable github precommit check workflow on branch_9x

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ded77d8  LUCENE-10222: Enable github precommit check workflow on branch_9x
ded77d8 is described below

commit ded77d8bfdcdbf7cc2547e67833434a56f2edd16
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Fri Nov 5 09:01:45 2021 +0100

    LUCENE-10222: Enable github precommit check workflow on branch_9x
---
 .github/workflows/gradle-precommit.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/gradle-precommit.yml b/.github/workflows/gradle-precommit.yml
index 7449116..13b4b64 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -8,6 +8,7 @@ on:
   push:
     branches:
     - main
+    - branch_9x
 
 jobs:
   # This runs all validation checks without tests.