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