Skip to content

chore: update neqsim to 2.5.16 (#341) #273

chore: update neqsim to 2.5.16 (#341)

chore: update neqsim to 2.5.16 (#341) #273

name: "Main CI/CD"
on:
push:
branches:
- main
jobs:
pre-ci:
uses: ./.github/workflows/pre-ci.yml
lib-ci:
uses: ./.github/workflows/lib-ci.yml
docs-publish:
uses: ./.github/workflows/docs-publish.yml
secrets: inherit
# We want/need to reserve patch bump in case we need to
# patch a release that is deployed and active. Therefore
# we bump minor here. Major bumps to versioning is currently
# reserved to manual invocation of release-please.
release-please:
uses: ./.github/workflows/release-please.yml
with:
versioning_strategy: 'always-bump-minor'
secrets: inherit
needs: [lib-ci]