ci: Fix triggering events and release actions

* Run CI only on pull requests, push to main and push
  to tags matching v*. This avoids running the CI more than
  once for a single user action
* Change pre-releases, which are now identified by a version
  number with 4 components (e.g., 1.1.1.1)
* Change how release artifacts are packaged, ensuring they
  are executable and compressed with xz
This commit is contained in:
monacoremo
2021-09-23 22:36:58 +02:00
committed by Remo
parent 243e4f0408
commit add95c32ca
3 changed files with 52 additions and 25 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: postgrest
version: 9.0.0-a1
version: 8.0.0.20210921
synopsis: REST API for any Postgres database
description: Reads the schema of a PostgreSQL database and creates RESTful routes
for the tables and views, supporting all HTTP verbs that security