Skip to content

Commit fe215c7

Browse files
committed
remove invalid jfrog mac workflow, fix build-artifacts.yml to enable correct triggers and re-enable debian 13
1 parent bd5b54c commit fe215c7

File tree

2 files changed

+13
-130
lines changed

2 files changed

+13
-130
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ on:
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

1622
jobs:
@@ -23,7 +29,7 @@ jobs:
2329
- el10
2430
- amzn2023
2531
- debian12
26-
#- debian13
32+
- debian13
2733
- ubuntu20.04
2834
- ubuntu22.04
2935
- ubuntu24.04
@@ -56,7 +62,7 @@ jobs:
5662
- el10
5763
- amzn2023
5864
- debian12
59-
#- debian13
65+
- debian13
6066
- ubuntu20.04
6167
- ubuntu22.04
6268
- ubuntu24.04
@@ -81,7 +87,7 @@ jobs:
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

.github/workflows/mac-artifact-jfrog.yml

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)