mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-07-03 14:05:11 +08:00
Update hub.yml
This commit is contained in:
parent
109379365d
commit
1d3d269052
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…
x
Reference in New Issue
Block a user