File tree Expand file tree Collapse file tree 4 files changed +8
-23
lines changed
Expand file tree Collapse file tree 4 files changed +8
-23
lines changed Original file line number Diff line number Diff line change 55 " schedule:daily" ,
66 " schedule:automergeDaily"
77 ],
8- "baseBranches" : [" development " ],
8+ "baseBranches" : [" main " ],
99 "prHourlyLimit" : 10 ,
1010 "labels" : [" dependencies" ],
1111 "assignees" : [" bkis" ],
Original file line number Diff line number Diff line change @@ -3,22 +3,15 @@ name: Check Tekst-API code style
33on :
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
Original file line number Diff line number Diff line change @@ -3,23 +3,16 @@ name: Run Tekst-API tests
33on :
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 :
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name: Check Tekst-Web build and code style
33on :
44 push :
55 branches :
6- - development
76 - main
87 paths :
98 - " Tekst-Web/public/**"
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/**"
You can’t perform that action at this time.
0 commit comments