Skip to content

Commit 5b9a7a9

Browse files
committed
feat(67269): fixes
1 parent dc1f433 commit 5b9a7a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-test-and-push.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ main ]
66
push:
77
branches: [ main ]
8+
tags:
9+
- "v*"
810
workflow_dispatch:
911

1012
permissions:
@@ -19,8 +21,6 @@ jobs:
1921
strategy:
2022
matrix:
2123
image:
22-
- java-11
23-
- java-17
2424
- java-25
2525
- node-22
2626

@@ -62,8 +62,6 @@ jobs:
6262
strategy:
6363
matrix:
6464
image:
65-
- java-11
66-
- java-17
6765
- java-25
6866
- node-22
6967

0 commit comments

Comments
 (0)