release/v1.2.0 #13

Merged
Gandalf merged 5 commits from release/v1.2.0 into main 2026-05-17 20:26:37 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit fb719141fa - Show all commits

View File

@@ -2,12 +2,12 @@ name: Docs Check
on:
push:
branches: ["**"]
branches: ["**", "!main", "!release/**"]
paths:
- "**.md"
- ".gitea/workflows/docs-check.yml"
pull_request:
branches: ["**"]
branches: ["**", "!main", "!release/**"]
paths:
- "**.md"
- ".gitea/workflows/docs-check.yml"

View File

@@ -2,13 +2,13 @@ name: Licence Check
on:
push:
branches: ["**"]
branches: ["**", "!main", "!release/**"]
paths:
- "package.json"
- "package-lock.json"
- ".gitea/workflows/licence-check.yml"
pull_request:
branches: ["**"]
branches: ["**", "!main", "!release/**"]
paths:
- "package.json"
- "package-lock.json"