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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
paths:
|
paths:
|
||||||
- readme.md
|
- readme.md
|
||||||
- .github/workflows/hub.yml
|
- .github/workflows/hub.yml
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- readme.md
|
||||||
|
- .github/workflows/hub.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dockerHubDescription:
|
dockerHubDescription:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue