File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6565 Changes matching these patterns trigger build, test, and publish stages.
6666 When set, fully replaces the defaults (^src/ and ^README\.md$).
6767 required : false
68+ default : |
69+ ^src/
70+ ^README\.md$
6871
6972permissions :
7073 contents : write # to checkout the repo and create releases on the repo
Original file line number Diff line number Diff line change @@ -500,8 +500,10 @@ jobs:
500500 ^examples/
501501` ` `
502502
503- To disable triggering via workflow input, pass an empty string or omit the `with:` block entirely and rely on the
504- settings file instead.
503+ To disable triggering via workflow input, pass an explicit empty string. Note that omitting the input entirely causes
504+ the workflow's default patterns (`^src/` and `^README\.md$`) to be used — the settings file takes priority over the
505+ workflow input, so set `ImportantFilePatterns : []` in `.github/PSModule.yml` to disable triggering regardless of the
506+ workflow input.
505507
506508Resolution order : settings file → workflow input → hardcoded defaults.
507509
You can’t perform that action at this time.
0 commit comments