Automatically build s3db after postgres & mariadb
This commit is contained in:
parent
10ee5835e8
commit
5319d6175f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/s3db.yml
vendored
4
.github/workflows/s3db.yml
vendored
|
|
@ -3,6 +3,10 @@ name: Build S3DB
|
|||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows: ["Postgres", "MariaDB"]
|
||||
types: [completed]
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
Loading…
Reference in a new issue