chore(containers): support for v4.6 branch (#6063)

Co-authored-by: MrCloudSec <hello@mistercloudsec.com>
This commit is contained in:
Pepe Fagoaga
2024-12-09 14:23:06 +01:00
committed by GitHub
parent cdd044d120
commit 4b41bd6adf
2 changed files with 10 additions and 6 deletions
@@ -3,7 +3,11 @@ name: SDK - Build and Push containers
on:
push:
branches:
# For `v3-latest`
- "v3"
# For `v4-latest`
- "v4.6"
# For `latest`
- "master"
paths-ignore:
- ".github/**"