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 17:50:03 UTC

[solr] branch main updated: 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 main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new e19be90557c Modifying github actions to run on all branches including ones with slashes (#1157)
e19be90557c is described below

commit e19be90557c56e61d17f35528ea3e3c922bd60e1
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: