Skip to content

Commit dcc7f3c

Browse files
Remove redundant branches-ignore from image.yml trigger
Same fix as testing repo: branches-ignore under push was causing spurious workflow runs on branch pushes. With only tags filter present, branch pushes are already excluded.
1 parent 03d4468 commit dcc7f3c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ on:
2222
push:
2323
tags:
2424
- '[0-9]*'
25-
branches-ignore:
26-
- '*'
2725
jobs:
2826
image:
2927
name: Build OpenServerless Operator Image

0 commit comments

Comments
 (0)