#github-actions
- Test Postgres Extensions With GitHub Actions
https://justatheory.com/2020/06/test-extensions-with-github-actions
I finally made the jump from Travis CI to GitHub Actions for my Postgres extensions. Here’s how you can, too.
- Auto-Release PostgreSQL Extensions on PGXN
https://justatheory.com/2025/05/release-on-pgxn
Step-by-step instructions to publish PostgreSQL extensions and utilities on the PostgreSQL Extension Network (PGXN).
- Automate Postgres Extension Releases on GitHub and PGXN
https://justatheory.com/2020/10/release-postgres-extensions-with-github-actions
Go beyond testing and fully automate the release of Postgres extensions on both GitHub and PGXN using GitHub actions.
Follow #github-actions
on RSS or use the
JSON API
curl -X GET \
-H "Content-type: application/json" \
-H "Accept: application/json" \
"https://octothorp.es/~/github-actions"