Skip to content

Commit 0692dec

Browse files
committed
Update build actions
1 parent d596dca commit 0692dec

File tree

8 files changed

+19
-0
lines changed

8 files changed

+19
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- gh-pages
1515
- 1.0.0
1616
- 2.x
17+
- 3.x
1718
pull_request:
1819
types:
1920
- opened
@@ -23,6 +24,7 @@ on:
2324
- gh-pages
2425
- 1.0.0
2526
- 2.x
27+
- 3.x
2628

2729
jobs:
2830
build:

.github/workflows/coherence-matrix.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
push:
1515
branches-ignore:
1616
- gh-pages
17+
- 1.0.0
18+
- 2.x
19+
- 3.x
1720

1821

1922
env:

.github/workflows/compatibility-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- gh-pages
1515
- 1.0.0
1616
- 2.x
17+
- 3.x
1718
pull_request:
1819
types:
1920
- opened
@@ -23,6 +24,7 @@ on:
2324
- gh-pages
2425
- 1.0.0
2526
- 2.x
27+
- 3.x
2628

2729
jobs:
2830
build:

.github/workflows/elastic-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- gh-pages
1515
- 1.0.0
1616
- 2.x
17+
- 3.x
1718
pull_request:
1819
types:
1920
- opened
@@ -23,6 +24,7 @@ on:
2324
- gh-pages
2425
- 1.0.0
2526
- 2.x
27+
- 3.x
2628

2729
jobs:
2830
build:

.github/workflows/istio-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- gh-pages
1515
- 1.0.0
1616
- 2.x
17+
- 3.x
1718
pull_request:
1819
types:
1920
- opened
@@ -23,6 +24,7 @@ on:
2324
- gh-pages
2425
- 1.0.0
2526
- 2.x
27+
- 3.x
2628

2729
jobs:
2830
build:

.github/workflows/k8s-matrix.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
push:
1313
branches-ignore:
1414
- gh-pages
15+
- 1.0.0
16+
- 2.x
17+
- 3.x
1518
pull_request:
1619
types:
1720
- opened
@@ -21,6 +24,7 @@ on:
2124
- gh-pages
2225
- 1.0.0
2326
- 2.x
27+
- 3.x
2428

2529
env:
2630
MAVEN_USER: ${{ secrets.MAVEN_USER }}

.github/workflows/prometheus-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- gh-pages
1515
- 1.0.0
1616
- 2.x
17+
- 3.x
1718
pull_request:
1819
types:
1920
- opened
@@ -23,6 +24,7 @@ on:
2324
- gh-pages
2425
- 1.0.0
2526
- 2.x
27+
- 3.x
2628

2729
jobs:
2830
build:

.github/workflows/tanzu-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- gh-pages
1515
- 1.0.0
1616
- 2.x
17+
- 3.x
1718
pull_request:
1819
types:
1920
- opened
@@ -23,6 +24,7 @@ on:
2324
- gh-pages
2425
- 1.0.0
2526
- 2.x
27+
- 3.x
2628

2729
jobs:
2830
build:

0 commit comments

Comments
 (0)