diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 50c8cb1..7444d1d 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -4,6 +4,10 @@ on: push: branches: - master # update to match your development branch (master, main, dev, trunk, ...) + path: + - 'src/**' + - 'docs/**' + - '.github/workflows/Documentation.yml' tags: '*' jobs: