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:
parent
ebba01efea
commit
dc07c42810
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
Loading…
Reference in a new issue