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

git at osgeo.org git at osgeo.org
Thu Oct 21 12:49:09 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  d3d9620fbdc31193813984c9525d9cb6b72eb841 (commit)
      from  02f1703a2fdc531290fb98f779798b8c0d9d71d5 (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 d3d9620fbdc31193813984c9525d9cb6b72eb841
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Oct 21 12:49:04 2021 -0700

    Only run the web build-out on pushes to main

diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index fd54d733c..3a98e7ca2 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -8,7 +8,7 @@ name: 'Web'
 on:
   push:
     branches:
-      - web
+      - main
 
 jobs:
   linux:

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

Summary of changes:
 .github/workflows/web.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list