Move dockerhub-readme workflow to the correct path

We've incorrectly added the dockerhub-readme workflow into .github
path from where it can not be triggered:

https://docs.github.com/en/actions/using-workflows/triggering-a-workflow

This commit addresses it and update the workflow paths.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
Milos Gajdos 2023-10-13 11:05:12 +01:00
parent ebba01efea
commit dc07c42810
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ on:
branches: branches:
- 'main' - 'main'
paths: paths:
- '.github/dockerhub-readme.yml' - '.github/workflows/dockerhub-readme.yml'
- 'docs/dockerhub.md' - 'docs/dockerhub.md'
env: env: