Add branch 5.0.x to the CI/CD workflow

This commit is contained in:
Mahmoud Ben Hassine
2023-08-03 10:18:57 +02:00
parent 1add2830f5
commit a5b7b14af8

View File

@@ -2,11 +2,11 @@ name: CI/CD build
on:
push:
branches: [ "main" ]
branches: [ "main", "5.0.x" ]
jobs:
build:
name: Build Main branch
name: Build branch
runs-on: ubuntu-latest
steps:
- name: Checkout source code