diff --git a/src/main.ps1 b/src/main.ps1 index a56d302..7399f35 100644 --- a/src/main.ps1 +++ b/src/main.ps1 @@ -253,9 +253,7 @@ LogGroup 'Calculate Job Run Conditions:' { # Define important file patterns $importantPatterns = @( - '^\.github/workflows/Process-PSModule\.yml$' '^src/' - '^examples/' '^README\.md$' ) @@ -286,9 +284,7 @@ This PR does not contain changes to files that would trigger a new release: | Path | Description | | :--- | :---------- | | ``src/**`` | Module source code | -| ``examples/**`` | Example scripts | | ``README.md`` | Documentation | -| ``.github/workflows/Process-PSModule.yml`` | Workflow configuration | **Build, test, and publish stages will be skipped** for this PR.