File tree Expand file tree Collapse file tree 2 files changed +13
-130
lines changed Expand file tree Collapse file tree 2 files changed +13
-130
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 push :
99 branches :
10- - ' dev/*'
11- - ' hotfix/*'
10+ # yamllint disable-line rule:quoted-strings
11+ - " dev/*"
12+ # yamllint disable-line rule:quoted-strings
13+ - " hotfix/*"
14+ # yamllint disable-line rule:quoted-strings
15+ - " main"
16+ # yamllint disable-line rule:quoted-strings
17+ - " master"
1218 tags :
13- - ' * '
19+ - " * "
1420
1521
1622jobs :
2329 - el10
2430 - amzn2023
2531 - debian12
26- # - debian13
32+ - debian13
2733 - ubuntu20.04
2834 - ubuntu22.04
2935 - ubuntu24.04
5662 - el10
5763 - amzn2023
5864 - debian12
59- # - debian13
65+ - debian13
6066 - ubuntu20.04
6167 - ubuntu22.04
6268 - ubuntu24.04
8187 - el10
8288 - amzn2023
8389 - debian12
84- # - debian13
90+ - debian13
8591 - ubuntu20.04
8692 - ubuntu22.04
8793 - ubuntu24.04
@@ -110,7 +116,7 @@ jobs:
110116 - el10
111117 - amzn2023
112118 - debian12
113- # - debian13
119+ - debian13
114120 - ubuntu20.04
115121 - ubuntu22.04
116122 - ubuntu24.04
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments