chore: add release & tagging workflow

This commit is contained in:
Elias Schneider
2022-10-17 23:05:39 +02:00
parent f3ec9be63b
commit 6b86ab0e49
3 changed files with 11 additions and 6 deletions

View File

@@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
tags:
- "v*"
jobs:
system-tests: