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'
- 'go.mod' - 'go.mod'
- 'go.sum' - 'go.sum'
- 'Dockerfile'
- '.github/workflows/**'
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest