Skip to content

Commit a912622

Browse files
committed
add 15.0 and 15.1 branches to build
1 parent 4e17271 commit a912622

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pull_requests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ on:
44
push:
55
branches:
66
- main
7+
- 15.0
8+
- 15.1
79
- 14.x
810
pull_request:
911
branches:
1012
- main
13+
- 15.0
14+
- 15.1
1115
- 14.x
1216

1317
jobs:
@@ -31,7 +35,7 @@ jobs:
3135
run: npm run build
3236

3337
# It's not possible to use GH action services, as we need to mount custom configuration from checked out source to the server
34-
- if: github.base_ref == 'main' || github.ref_name == 'main'
38+
- if: github.base_ref == 'main' || github.ref_name == 'main' || github.base_ref == '15.0' || github.ref_name == '15.0' || github.base_ref == '15.1' || github.ref_name == '15.1'
3539
name: Start 2 Cross-site Infinispan Servers Latest Version
3640
shell: bash
3741
run: |

0 commit comments

Comments
 (0)