You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2022/11/28 18:07:41 UTC

[solr] 01/04: Modifying github actions to run on all branches including ones with slashes (#1157)

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

krisden pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 8fc4a1b5eda62e2f2e7030a1061e4ad70470fa8e
Author: Justin Sweeney <ju...@fullstory.com>
AuthorDate: Mon Nov 28 12:49:58 2022 -0500

    Modifying github actions to run on all branches including ones with slashes (#1157)
---
 .github/workflows/gradle-precommit.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/gradle-precommit.yml b/.github/workflows/gradle-precommit.yml
index bf1eeaa7993..73bb5367605 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -3,7 +3,7 @@ name: Gradle Precommit
 on: 
   pull_request:
     branches:
-    - '*'
+    - '**'
 
 jobs:
   test: