mirror of
https://github.com/watn3y/steamsalty.git
synced 2025-04-20 00:11:23 +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'
|
||||||
- 'go.mod'
|
- 'go.mod'
|
||||||
- 'go.sum'
|
- 'go.sum'
|
||||||
|
- 'Dockerfile'
|
||||||
|
- '.github/workflows/**'
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue