linux-baseline/.github/workflows/release.yml
Martin Schurz 4b7d398376 use centralised issue templates and workflows
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
2022-10-26 20:18:18 +02:00

12 lines
221 B
YAML

---
name: New release
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches:
- master
jobs:
generate_changelog:
uses: dev-sec/.github/.github/workflows/baseline-release.yml@main