Skip to content

Commit d43574d

Browse files
committed
ci: Only build Docker dev image when C# source changed
1 parent c9b8898 commit d43574d

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/development.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ on:
66
push:
77
branches:
88
- develop
9-
paths-ignore:
10-
- 'docs/**'
11-
- '.vscode/**'
9+
paths:
10+
- 'src/**'
11+
- '.build/**'
12+
- 'Dockerfile'
1213

1314
pull_request:
1415
branches:
1516
- '*'
16-
paths-ignore:
17-
- 'docs/**'
18-
- '.vscode/**'
17+
paths:
18+
- 'src/**'
19+
- '.build/**'
20+
- 'Dockerfile'
21+
workflow_dispatch:
1922

2023
jobs:
2124
build:

0 commit comments

Comments
 (0)