Skip to content

Commit 20e241a

Browse files
committed
ci: run docker build on PR or push into devel
1 parent 60d2bf8 commit 20e241a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-image.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ on:
3131
required: false
3232
type: string
3333
default: linux/amd64
34+
push:
35+
branches: [ devel ]
36+
pull_request:
37+
branches: [ devel ]
3438

3539
jobs:
3640
run:

0 commit comments

Comments
 (0)