Automatically build s3db after postgres & mariadb

This commit is contained in:
Greyscale 2024-02-20 14:44:50 +01:00
parent 10ee5835e8
commit 5319d6175f
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -3,6 +3,10 @@ name: Build S3DB
on:
workflow_call:
workflow_dispatch:
workflow_run:
workflows: ["Postgres", "MariaDB"]
types: [completed]
push:
branches:
- main