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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user