Skip to content

Commit 171222c

Browse files
authored
Merge pull request #7228 from BacLuc/improve-deploy-ingress
.github: only deploy ingress if ingress changed on push to devel
2 parents 7590592 + 471052e commit 171222c

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)