We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c694916 commit e0ec4f5Copy full SHA for e0ec4f5
src/main.ps1
@@ -254,7 +254,6 @@ LogGroup 'Calculate Job Run Conditions:' {
254
# Define important file patterns
255
$importantPatterns = @(
256
'^src/'
257
- '^examples/'
258
'^README\.md$'
259
)
260
@@ -285,7 +284,6 @@ This PR does not contain changes to files that would trigger a new release:
285
284
| Path | Description |
286
| :--- | :---------- |
287
| ``src/**`` | Module source code |
288
-| ``examples/**`` | Example scripts |
289
| ``README.md`` | Documentation |
290
291
**Build, test, and publish stages will be skipped** for this PR.
0 commit comments