[geos-commits] [SCM] GEOS branch main updated. d4fbbb848bf3277824a2f7dd632450187e3a219b

git at osgeo.org git at osgeo.org
Tue Dec 5 13:11:55 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  d4fbbb848bf3277824a2f7dd632450187e3a219b (commit)
      from  6a53599178a16d0b64836de9f0bdc57f2128da3a (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 d4fbbb848bf3277824a2f7dd632450187e3a219b
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Tue Dec 5 13:11:37 2023 -0800

    Update ci.yml to ignore md file changes on push

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 57fb4d0ce..56fd76685 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,6 +9,7 @@ on:
   push:
     paths-ignore:
       - 'web/**'
+      - '**/.md'
   pull_request:
     paths-ignore:
       - '**/.md'

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

Summary of changes:
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list