ci: Run postgres builds as well after a push on develop

This commit is contained in:
Suraj Shetty 2021-09-02 13:06:48 +05:30 committed by GitHub
parent 717285871e
commit f4e477ef42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ name: Server
on:
pull_request:
workflow_dispatch:
push:
branches: [ develop ]
concurrency:
group: server-postgres-develop-${{ github.event.number }}