Update CI/CD GH Action to run against valid non main branches

Signed-off-by: Ilayaperumal Gopinathan <ilayaperumal.gopinathan@broadcom.com>
This commit is contained in:
Ilayaperumal Gopinathan
2025-06-04 13:49:31 +01:00
parent 96c45c7ee9
commit c1a6a62320

View File

@@ -2,7 +2,9 @@ name: CI/CD build
on:
push:
branches: [ "main" ]
branches:
- main
- '*.*.x'
jobs:
build: