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 b8603b2 commit 776d150Copy full SHA for 776d150
.github/workflows/continuous-integration.yml
@@ -1,16 +1,18 @@
1
-name: CI/CD build
+name: CI/CD build for 5.0.x
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ "5.0.x" ]
6
7
jobs:
8
build:
9
- name: Build Main branch
+ name: Build 5.0.x branch
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout source code
13
uses: actions/checkout@v3
14
+ with:
15
+ ref: '5.0.x'
16
17
- name: Set up JDK 17
18
uses: actions/setup-java@v3
0 commit comments