Skip to content

Commit

Permalink
Only run docker build CI when Dockerfile changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonforal committed Feb 5, 2025
1 parent 7a7f5d8 commit f65e3a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
on:
push:
paths:
- "Dockerfile"
branches:
- "**"
pull_request:
paths:
- "Dockerfile"
workflow_call:

name: Test Docker Container
Expand Down

0 comments on commit f65e3a0

Please sign in to comment.