Skip to content

fix: make ecalc installable again #148

fix: make ecalc installable again

fix: make ecalc installable again #148

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]