diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ca08cf68e..768e66121 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -10,7 +10,7 @@ on: pull_request: paths: - 'docs/**' - - '.github/worklows/documentation.yml' + - '.github/workflows/documentation.yml' - 'requirements.docs.txt' - 'Dockerfile.docs' - 'mkdocs.yml' @@ -20,7 +20,7 @@ on: - master paths: - 'docs/**' - - '.github/worklows/documentation.yml' + - '.github/workflows/documentation.yml' - 'requirements.docs.txt' - 'Dockerfile.docs' - 'mkdocs.yml' diff --git a/.github/workflows/test-build-publish.yml b/.github/workflows/test-build-publish.yml index 9752a116b..de30d5f08 100644 --- a/.github/workflows/test-build-publish.yml +++ b/.github/workflows/test-build-publish.yml @@ -14,7 +14,7 @@ on: - test/* paths-ignore: - 'docs/**' - - '.github/worklows/documentation.yml' + - '.github/workflows/documentation.yml' - 'requirements.docs.txt' - 'mkdocs.yml' - 'CNAME' @@ -26,7 +26,7 @@ on: pull_request: paths-ignore: - 'docs/**' - - '.github/worklows/documentation.yml' + - '.github/workflows/documentation.yml' - 'requirements.docs.txt' - 'mkdocs.yml' - 'CNAME'