blob: 5fbe22dc03bb6032976b4c9c1a23d43d597863c4 [file] [log] [blame]
on:
push:
tags:
- "v*"
# workflow_run:
# workflows: ["Run tests"]
# branches: [master]
# types:
# - completed
name: Release
jobs:
tests:
uses: ./.github/workflows/workflow-tests.yml
tuf:
uses: ./.github/workflows/workflow-rel-tuf.yml
needs: tests
tuf-client:
uses: ./.github/workflows/workflow-rel-tuf-client.yml
needs: tests