Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: REUSE Compliance Check
name: Versioned Release

on: [push, pull_request]
on:
push:
branches:
- main

permissions:
contents: read
contents: write # we need this to be able to push tags
pull-requests: read

jobs:
run_reuse:
uses: openmcp-project/build/.github/workflows/reuse.lib.yaml@main
release_tag:
uses: openmcp-project/build/.github/workflows/release.lib.yaml@main
secrets: inherit