We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e17271 commit a912622Copy full SHA for a912622
.github/workflows/pull_requests.yml
@@ -4,10 +4,14 @@ on:
4
push:
5
branches:
6
- main
7
+ - 15.0
8
+ - 15.1
9
- 14.x
10
pull_request:
11
12
13
14
15
16
17
jobs:
@@ -31,7 +35,7 @@ jobs:
31
35
run: npm run build
32
36
33
37
# 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'
39
name: Start 2 Cross-site Infinispan Servers Latest Version
40
shell: bash
41
run: |
0 commit comments