Skip to content

Commit

Permalink
prevent unnecessary Docker image rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Sep 12, 2023
1 parent e4dd555 commit 64bbbdb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,23 @@ on:
push:
branches: ['master']
tags: '[0-9]+\.[0-9]+\.[0-9]+*'
paths-ignore:
- '.gitignore'
- '.env.dist'
- '.github/dependabot.yml'
- '.github/workflows/release.yml'
- 'LICENSE'
- 'README.md'
pull_request:
pull_request_target:
branches: ['master']
paths-ignore:
- '.gitignore'
- '.env.dist'
- '.github/dependabot.yml'
- '.github/workflows/release.yml'
- 'LICENSE'
- 'README.md'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 64bbbdb

Please sign in to comment.