Skip to content

Commit

Permalink
test-docker-image.yml: Add "on.[push,pull_request].paths"
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOks authored and AntonOks committed Oct 3, 2024
1 parent e0c005d commit 7a2756d
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 7a2756d

Please sign in to comment.