Trigger CI when new tag

This commit is contained in:
2025-04-17 15:39:56 +02:00
parent 1586727519
commit 80b64a532d

View File

@@ -2,8 +2,8 @@ name: ci
on:
push:
branches:
- "master"
branches: [ "master" ]
tags: [ "*" ]
pull_request:
jobs: