Only run image build if the Dockerfile changes

This commit is contained in:
Shrukan
2024-02-17 20:04:15 -07:00
parent 28eafc2bd3
commit cd8b676bcf

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "Dockerfile"
jobs:
build-dev-image: