Skip to content

Commit 07d861d

Browse files
committed
updated cd template to exclude port config paths
1 parent 8ef5e70 commit 07d861d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'port**.yaml'
9+
- 'microservice.json'
710
workflow_dispatch:
811
inputs:
912
environment:

0 commit comments

Comments
 (0)