[workflows] build container image on other branches and workflow_dispatch.

This commit is contained in:
Shizun Ge
2024-01-18 20:13:05 -08:00
parent c0e3512a23
commit 4eaab6b0e0

View File

@@ -1,9 +1,10 @@
name: On push to main
name: On push
on:
push:
branches:
- main
branches-ignore:
- release
workflow_dispatch:
env:
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"