mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-26 04:50:21 +00:00
4b7d398376
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
12 lines
221 B
YAML
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
|