Skip to content

Merge pull request #65 from neuroglia-io/fix-64-partition-filtering #58

Merge pull request #65 from neuroglia-io/fix-64-partition-filtering

Merge pull request #65 from neuroglia-io/fix-64-partition-filtering #58

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 `neuroglia-io/cloud-streams` repo
# if: github.repository == 'neuroglia-io/cloud-streams' && github.ref_name == 'main'
# uses: ./.github/workflows/test-dotnet.yml
# secrets: inherit
versioning:
#needs: [test]
if: github.repository == 'neuroglia-io/cloud-streams' && github.ref_name == 'main' # comment if test are turned on
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