Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,7 @@ LogGroup 'Calculate Job Run Conditions:' {

# Define important file patterns
$importantPatterns = @(
'^\.github/workflows/Process-PSModule\.yml$'
'^src/'
'^examples/'
'^README\.md$'
)

Expand Down Expand Up @@ -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.

Expand Down
Loading