Skip to content

Commit

Permalink
Limit when Container should be rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmagkekse committed Nov 3, 2024
1 parent b83e1a7 commit 68cc179
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: Docker build and push

on:
push:
branches:
- '**''
paths:
- 'src/**'
- '.github/**'
- 'requirements.txt'
- 'entrypoint.sh'
- 'Dockerfile'

jobs:
docker:
Expand Down

0 comments on commit 68cc179

Please sign in to comment.