ci: Run postgres builds as well after a push on develop
This commit is contained in:
parent
717285871e
commit
f4e477ef42
1 changed files with 2 additions and 0 deletions
2
.github/workflows/server-postgres-tests.yml
vendored
2
.github/workflows/server-postgres-tests.yml
vendored
|
|
@ -3,6 +3,8 @@ name: Server
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches: [ develop ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: server-postgres-develop-${{ github.event.number }}
|
group: server-postgres-develop-${{ github.event.number }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue