Skip to content

Commit b58a59b

Browse files
committed
fix(ci): add Image workflow trigger gater
1 parent 0304967 commit b58a59b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/Image.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ run-name: "Image - ${{ inputs.oci-image-name || github.triggering_actor }} - ${{
33

44
on:
55
push:
6+
branches:
7+
- main
8+
tags-ignore:
9+
- '*'
610
paths:
711
- "oci/*/image.y*ml"
812
- "!oci/mock*"

0 commit comments

Comments
 (0)