Skip to content

end to end tutorial, time measurement of spapros steps, and small multiple fixes #312

end to end tutorial, time measurement of spapros steps, and small multiple fixes

end to end tutorial, time measurement of spapros steps, and small multiple fixes #312

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- development
pull_request:
branches:
- development
types:
- opened
- reopened
- synchronize
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.20.0
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"