2 Commits
Author SHA1 Message Date
me0nline cb4c763e0e Add hierarchical wildcard to tags trigger in release-windows.yml
CI Test Suite / Run Component Tests & Pipeline Verification (push) Successful in 1m41s
2026-09-04 17:54:57 +02:00
me0nline 84579d8719 Add hierarchical wildcard to tags trigger in release-linux.yml 2026-09-04 17:54:50 +02:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ on:
push: push:
tags: tags:
- '*' - '*'
- '**'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: tag:
+1
View File
@@ -6,6 +6,7 @@ on:
push: push:
tags: tags:
- '*' - '*'
- '**'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
tag: tag: