mirror of
https://github.com/watn3y/steamsalty.git
synced 2025-04-19 16:01:22 +02:00
Build when Dockerfile changes
This commit is contained in:
parent
c800be186f
commit
eb0482b8e0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-on-push.yml
vendored
2
.github/workflows/docker-on-push.yml
vendored
|
@ -6,6 +6,8 @@ on:
|
|||
- '**.go'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- 'Dockerfile'
|
||||
- '.github/workflows/**'
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue