diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 31bb523..30d46b6 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -8,7 +8,7 @@ on: - "docs/**" - "src/**" - ".github/workflows/Docs.yml" - - "*.toml" + - "**/*.toml" tags: ["*"] pull_request: branches: @@ -16,7 +16,8 @@ on: paths: - "docs/**" - "src/**" - - "*.toml" + - ".github/workflows/Docs.yml" + - "**/*.toml" types: [opened, synchronize, reopened] concurrency: