Update hub.yml

This commit is contained in:
Kroese 2023-04-03 18:03:47 +02:00 committed by GitHub
parent 109379365d
commit 1d3d269052

View File

@ -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