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

Sandro Santilli strk at kbt.io
Mon Jul 5 10:55:57 PDT 2021


On Fri, Jul 02, 2021 at 02:50:49PM -0700, git at osgeo.org wrote:
> - 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'

This change is wrong, we're specifying which branches to _ignore_
so 'master' was the right one (let's ignore it).
I think I now even removed the 'master' branch in GEOS so we could
drop the whole `branches-ignore` specification

--strk;


More information about the geos-commits mailing list