Update dockerhub-description workflow
This commit is contained in:
parent
731211fd81
commit
e4c8b68e33
1 changed files with 4 additions and 1 deletions
3
.github/workflows/dockerhub-description.yml
vendored
3
.github/workflows/dockerhub-description.yml
vendored
|
@ -3,6 +3,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- README.md
|
||||||
|
- .github/workflows/dockerhub-description.yml
|
||||||
jobs:
|
jobs:
|
||||||
dockerHubDescription:
|
dockerHubDescription:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue