Skip to content

Commit 0db07a7

Browse files
committed
Only build ips image if files within ips_ig change
1 parent 647a89a commit 0db07a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ips-image.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
branches:
1010
- main
11+
paths:
12+
- 'ips_ig/**' # Only trigger if files within ips_ig change
1113
workflow_dispatch:
1214

1315
jobs:

0 commit comments

Comments
 (0)