1 concepts/Release und Versionierungs Konzept
rico.siegrist edited this page 2025-09-11 10:14:18 +02:00
name: CI
on:
  push:
    tags:
      - 'v[0-9]+.[0-9]+.[0-9]+'

git tag v1.0.0
git push origin v1.0.0