[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: on:
push: push:
branches: branches-ignore:
- main - release
workflow_dispatch:
env: env:
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7" PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"