Skip to content

Commit 523d031

Browse files
committed
Drop development branch
1 parent 8dfc1cb commit 523d031

File tree

4 files changed

+8
-23
lines changed

4 files changed

+8
-23
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"schedule:daily",
66
"schedule:automergeDaily"
77
],
8-
"baseBranches": ["development"],
8+
"baseBranches": ["main"],
99
"prHourlyLimit": 10,
1010
"labels": ["dependencies"],
1111
"assignees": ["bkis"],

.github/workflows/api-style.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,15 @@ name: Check Tekst-API code style
33
on:
44
push:
55
branches:
6-
- development
76
- main
87
paths:
9-
- "Tekst-API/tekst/**"
10-
- "Tekst-API/tests/**"
11-
- "Tekst-API/pyproject.toml"
12-
- "Tekst-API/uv.lock"
8+
- "Tekst-API/**"
139
- ".github/workflows/api-style.yml"
1410
pull_request:
1511
branches:
16-
- development
12+
- main
1713
paths:
18-
- "Tekst-API/tekst/**"
19-
- "Tekst-API/tests/**"
20-
- "Tekst-API/pyproject.toml"
21-
- "Tekst-API/uv.lock"
14+
- "Tekst-API/**"
2215
- ".github/workflows/api-style.yml"
2316
workflow_dispatch:
2417

.github/workflows/api-tests.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,16 @@ name: Run Tekst-API tests
33
on:
44
push:
55
branches:
6-
- development
76
- main
87
paths:
9-
- "Tekst-API/tekst/**"
10-
- "Tekst-API/tests/**"
11-
- "Tekst-API/pyproject.toml"
12-
- "Tekst-API/uv.lock"
8+
- "Tekst-API/**"
139
- "dev/compose.yml"
1410
- ".github/workflows/api-tests.yml"
1511
pull_request:
1612
branches:
17-
- development
13+
- main
1814
paths:
19-
- "Tekst-API/tekst/**"
20-
- "Tekst-API/tests/**"
21-
- "Tekst-API/pyproject.toml"
22-
- "Tekst-API/uv.lock"
15+
- "Tekst-API/**"
2316
- "dev/compose.yml"
2417
- ".github/workflows/api-tests.yml"
2518
workflow_dispatch:

.github/workflows/web-checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Check Tekst-Web build and code style
33
on:
44
push:
55
branches:
6-
- development
76
- main
87
paths:
98
- "Tekst-Web/public/**"
@@ -14,7 +13,7 @@ on:
1413
- ".github/workflows/web-checks.yml"
1514
pull_request:
1615
branches:
17-
- development
16+
- main
1817
paths:
1918
- "Tekst-Web/public/**"
2019
- "Tekst-Web/scripts/**"

0 commit comments

Comments
 (0)