diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 7869ec7..d638bf4 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -6,13 +6,13 @@ on: - main tags: "*" paths: - - ".github/workflows/Documention.yml" + - ".github/workflows/Documentation.yml" - "docs/**" - "src/**" - "Project.toml" pull_request: paths: - - ".github/workflows/Documention.yml" + - ".github/workflows/Documentation.yml" - "docs/**" - "src/**" - "Project.toml"