Skip to content

Commit b394581

Browse files
authored
Merge pull request #11 from LKuemmel/build_themes_workflow
fix
2 parents 50e3b30 + 48b146a commit b394581

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_display_theme_cards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- packages/modules/display_themes/cards/source/**
77
branches:
8-
- master
8+
- test
99

1010
jobs:
1111
build:

.github/workflows/build_display_theme_colors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- packages/modules/display_themes/colors/source/**
77
branches:
8-
- master
8+
- test
99

1010
jobs:
1111
build:

.github/workflows/build_web_theme_colors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- packages/modules/web_themes/colors/source/**
77
branches:
8-
- master
8+
- test
99

1010
jobs:
1111
build:

.github/workflows/build_web_theme_koala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- packages/modules/web_themes/koala/source/**
77
branches:
8-
- master
8+
- test
99

1010
jobs:
1111
build:

packages/modules/web_themes/colors/source/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Ein Theme für die openWB2 (http://openwb.de)
33

44

55

6+
67
Alpha version, basierend auf der Alpha der openwb2.
78

89
![dark background](colors1.png)

packages/modules/web_themes/koala/source/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Koala web theme for openWB
44

55

6-
76
## Install the dependencies
87

98
```bash

0 commit comments

Comments
 (0)