Skip to content

Update continuous-integration.yml #60

Update continuous-integration.yml

Update continuous-integration.yml #60

name: Continuous Delivery
on:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
build:
uses: levigo/reusable-workflows-pub/.github/workflows/continuous-delivery-np.yml@latest
secrets: inherit
with:
multiModule: true
updateReadme:
needs: build
uses: levigo/reusable-workflows-pub/.github/workflows/update-readme-md.yml@v1
secrets: inherit
with:
releaseVersion: ${{ needs.build.outputs.releaseVersion }}