[SCM] PostGIS branch master updated. 3.6.0rc2-522-gcbf9d94b1
git at osgeo.org
git at osgeo.org
Wed Jun 10 00:05:10 PDT 2026
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 "PostGIS".
The branch, master has been updated
via cbf9d94b1fbec4a56302bb1a38c3b02ff147c434 (commit)
from e9672a33a6965271da6d6f95e21ffddb911e423b (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 cbf9d94b1fbec4a56302bb1a38c3b02ff147c434
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date: Wed Jun 10 09:04:07 2026 +0200
fix(ci): restore on: triggers for FreeBSD and macOS workflows
diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml
index 95e881178..601aebfc7 100644
--- a/.github/workflows/ci-freebsd.yml
+++ b/.github/workflows/ci-freebsd.yml
@@ -3,6 +3,10 @@
name: "CI (FreeBSD)"
+on:
+ push: ~
+ pull_request: ~
+
jobs:
freebsd:
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 28fcf7797..c4ae069c1 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -3,6 +3,10 @@
name: "CI (macOS)"
+on:
+ push: ~
+ pull_request: ~
+
jobs:
macos:
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci-freebsd.yml | 4 ++++
.github/workflows/ci-macos.yml | 4 ++++
2 files changed, 8 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list