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