Skip to content

Commit

Permalink
ci: config path in docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Feb 29, 2024
1 parent ace1efb commit 7365f84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Docker Image CI
on:
pull_request:
branches: [ "main" ]
paths:
- 'Dockerfile'
- 'scripts/*'
- '.github/workflows/*'

jobs:
build:
Expand Down

0 comments on commit 7365f84

Please sign in to comment.