hello world render app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix workflow trigger

Signed-off-by: softprops <d.tangren@gmail.com>

softprops 8c031b3d 6cf1440f

+2 -2
+2 -2
.tangled/workflows/deploy.yml
··· 2 2 # Builds multi-arch (amd64 + arm64) container image and publishes a manifest list. 3 3 # 4 4 when: 5 - - event: ["push"] 6 - brach: ["main"] 5 + - event: ["push", "manual"] 6 + branch: ["main"] 7 7 8 8 engine: kubernetes 9 9 image: quay.io/buildah/stable:latest