Skip to content

Discriminator added to all Queries when Polymorphism is not enabled #928

Discriminator added to all Queries when Polymorphism is not enabled

Discriminator added to all Queries when Polymorphism is not enabled #928

Workflow file for this run

name: Pull Requests
on:
pull_request:
paths-ignore:
- '.github/**'
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
Build:
needs:
- CodeAudits
uses: evanchooly/workflows/.github/workflows/pull-request.yml@master
with:
maven-flags: "-Dmongodb=6"