Skip to content

Development

Development #28

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
test-build:
uses: bp3d-actions/workflows/.github/workflows/Build_Test.yml@main
analyze:
uses: bp3d-actions/workflows/.github/workflows/Analyze.yml@main
needs: test-build
release:
uses: bp3d-actions/workflows/.github/workflows/Release.yml@main
needs: test-build
secrets:
RELEASE_TOKEN: "this is not a secret"