Skip to content

Commit

Permalink
ci: Only build Docker dev image when C# source changed
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo committed Jul 28, 2024
1 parent c9b8898 commit d43574d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '.vscode/**'
paths:
- 'src/**'
- '.build/**'
- 'Dockerfile'

pull_request:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '.vscode/**'
paths:
- 'src/**'
- '.build/**'
- 'Dockerfile'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit d43574d

Please sign in to comment.