ci: Run mariadb tests after PR merge for coverage badge
This commit is contained in:
parent
1a5c21c759
commit
97687839b0
6
.github/workflows/server-tests.yml
vendored
6
.github/workflows/server-tests.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: Server
|
||||
|
||||
on: [pull_request, workflow_dispatch]
|
||||
on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ develop ]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user