Skip to content

Commit 471052e

Browse files
committed
.github: only deploy ingress if ingress changed on push to devel
1 parent f24881e commit 471052e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-ingress.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
push:
1111
branches:
1212
- devel
13+
paths:
14+
- .github/workflows/deploy-ingress.yml
15+
- .ops/ingress/**
1316

1417
jobs:
1518
deploy-ingress:

0 commit comments

Comments
 (0)