Skip to content

Commit a5b7b14

Browse files
committed
Add branch 5.0.x to the CI/CD workflow
1 parent 1add283 commit a5b7b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: CI/CD build
22

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

77
jobs:
88
build:
9-
name: Build Main branch
9+
name: Build branch
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout source code

0 commit comments

Comments
 (0)