Skip to content

Commit 776d150

Browse files
committed
Fix continuous integration workflow
1 parent b8603b2 commit 776d150

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
name: CI/CD build
1+
name: CI/CD build for 5.0.x
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "5.0.x" ]
66

77
jobs:
88
build:
9-
name: Build Main branch
9+
name: Build 5.0.x branch
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout source code
1313
uses: actions/checkout@v3
14+
with:
15+
ref: '5.0.x'
1416

1517
- name: Set up JDK 17
1618
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)