Skip to content

Renamed Cargo.toml to nobuild.toml to prevent the workflow from auto-… #37

Renamed Cargo.toml to nobuild.toml to prevent the workflow from auto-…

Renamed Cargo.toml to nobuild.toml to prevent the workflow from auto-… #37

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
Test:
uses: BlockProject3D/workflows/.github/workflows/Build_Test.yml@main
Analyze:
uses: BlockProject3D/workflows/.github/workflows/Analyze.yml@main
needs: Test
Release:
uses: BlockProject3D/workflows/.github/workflows/Release.yml@main
needs: Test
secrets:
RELEASE_TOKEN: "this is not a secret"