[geos-commits] [SCM] GEOS branch main updated. 6d327ae4bb09f4008d8b15926cc1948e4135c9e6

git at osgeo.org git at osgeo.org
Tue Dec 5 14:01:41 PST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  6d327ae4bb09f4008d8b15926cc1948e4135c9e6 (commit)
      from  d4fbbb848bf3277824a2f7dd632450187e3a219b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6d327ae4bb09f4008d8b15926cc1948e4135c9e6
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Tue Dec 5 14:01:24 2023 -0800

    Update ci.yml to fix md filename matching

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 56fd76685..6ce4890d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,10 +9,10 @@ on:
   push:
     paths-ignore:
       - 'web/**'
-      - '**/.md'
+      - '**.md'
   pull_request:
     paths-ignore:
-      - '**/.md'
+      - '**.md'
 
 env:
   CCACHE_BASEDIR: ${{ github.workspace }}

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list