Skip to content

Commit

Permalink
Merge pull request #71 from AntonOks/master
Browse files Browse the repository at this point in the history
test-docker-image.yml:  Add "on.[push,pull_request].paths"
  • Loading branch information
AntonOks authored Oct 3, 2024
2 parents 741f52d + 7a2756d commit 86a8c76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Docker Image CI
on:
push:
branches: [ master ]
paths:
- '**/**/Dockerfile'
pull_request:
branches: [ master ]
paths:
- '**/**/Dockerfile'

jobs:

Expand Down

0 comments on commit 86a8c76

Please sign in to comment.