Build when Dockerfile changes

This commit is contained in:
Noah 2024-12-22 04:13:37 +01:00
parent c800be186f
commit eb0482b8e0

View file

@ -6,6 +6,8 @@ on:
- '**.go'
- 'go.mod'
- 'go.sum'
- 'Dockerfile'
- '.github/workflows/**'
jobs:
docker:
runs-on: ubuntu-latest