Update hub.yml
This commit is contained in:
parent
109379365d
commit
1d3d269052
1 changed files with 8 additions and 1 deletions
9
.github/workflows/hub.yml
vendored
9
.github/workflows/hub.yml
vendored
|
@ -2,10 +2,17 @@ name: Update Docker Hub Description
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- readme.md
|
||||
- .github/workflows/hub.yml
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- readme.md
|
||||
- .github/workflows/hub.yml
|
||||
|
||||
jobs:
|
||||
dockerHubDescription:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue