Skip to content

fix(Sdk): Updated project version to alpha6.1 #41

fix(Sdk): Updated project version to alpha6.1

fix(Sdk): Updated project version to alpha6.1 #41

Workflow file for this run

name: Continuous integration
on:
push:
branches: [ main ]
paths-ignore:
- '.github/**'
- '**/*.md'
- 'assets/**'
- 'deployments/**'
workflow_dispatch:
jobs:
#test:
# # Skip if it's not running in the main branch of the `serverlessworkflow/sdk-net` repo
# if: github.repository == 'serverlessworkflow/sdk-net' && github.ref_name == 'main'
# uses: ./.github/serverlessworkflow/sdk-net/test-dotnet.yml
# secrets: inherit
versioning:
#needs: [test]
if: github.repository == 'cloud-flows/sdk-net' && github.ref_name == 'main'
uses: ./.github/workflows/versioning.yml
secrets: inherit
build:
needs: [versioning]
uses: ./.github/workflows/build-dotnet.yml
secrets: inherit
release:
needs: [build]
uses: ./.github/workflows/release.yml
secrets: inherit