Skip to content

Commit

Permalink
[workflows] build container image on other branches and workflow_disp…
Browse files Browse the repository at this point in the history
…atch.
  • Loading branch information
shizunge committed Jan 19, 2024
1 parent c0e3512 commit 4eaab6b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4eaab6b

Please sign in to comment.