Skip to content

Commit 9a50bde

Browse files
committed
update workflows
1 parent b16366c commit 9a50bde

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/mirror-images.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: mirror-operand-images
22

33
on:
4-
push:
5-
paths:
6-
- project.yaml
4+
on:
5+
push:
6+
branches:
7+
- next
8+
- release-v*
9+
paths:
10+
- project.yaml
711
workflow_dispatch:
812

913
jobs:

0 commit comments

Comments
 (0)