Skip to content

clean up a few things and prepare v2.0.0 release #40

clean up a few things and prepare v2.0.0 release

clean up a few things and prepare v2.0.0 release #40

Workflow file for this run

# Regular QA workflow (pull requests, main branch)
name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
unit-tests:
uses: ./.github/workflows/unit-tests.yml
doc-build:
uses: ./.github/workflows/doc-build.yml