CI build for non main branches

Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
This commit is contained in:
Soby Chacko
2025-06-03 17:28:15 -04:00
parent ab88fea83e
commit a385ed4bd4

View File

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