Build when Dockerfile changes

This commit is contained in:
Noah 2024-12-22 04:13:37 +01:00
parent 51d849c967
commit d50b026545
No known key found for this signature in database
GPG key ID: D2A7E2C8F77E0430

View file

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