[geos-commits] [SCM] GEOS branch main updated. 1d971b32346a9e8845beb9b80b30074213f72a68

git at osgeo.org git at osgeo.org
Fri Jul 2 14:50:49 PDT 2021


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  1d971b32346a9e8845beb9b80b30074213f72a68 (commit)
      from  133cd9f88a410e068704f52db78a0d8f3853d89c (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 1d971b32346a9e8845beb9b80b30074213f72a68
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Jul 2 14:50:29 2021 -0700

    update default branch name

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 70c817d..baa0b4c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,11 +3,12 @@
 # Paul Ramsey <pramsey at cleverelephant dot ca>
 # Based on AZP configuration by Mateusz Loskot <mateusz at loskot dot net>
 
-name: CI
+name: 'CI'
+
 on:
   push:
     branches-ignore:
-      - 'master'
+      - 'main'
   pull_request: ~
 
 jobs:

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list