Skip to content

Commit c8b0335

Browse files
authored
Merge pull request #57 from SUSE/fix/operator-path-pipeline
fix: operator pipeline trigger based on operator files path
2 parents bfec648 + c8966f6 commit c8b0335

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-operator.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'charts/suse-ai-operator/**'
9+
- 'suse-ai-operator/**'
10+
- '.github/workflows/release-operator.yml'
711
tags:
812
- suse-ai-operator-*
913

0 commit comments

Comments
 (0)