Issue #111 Figure out how to skip ci for non code changes #111 #118
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Therefore, this pull request will build on Appveyor.
Appveyor - *.md
https://www.appveyor.com/docs/how-to/filtering-commits/
Travis - *.md
https://reflectoring.io/skip-ci-build/
Note, I could not test travis.org.
I am not allowed to add branches.
Travis.org claims to shut down before the end of May.
Github Actions - *.md
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
Github Actions - [skip actions]
This custom solution is not restricted by "web hook event payload" ("push", "pull_request")
https://dev.to/epassaro/use-skip-ci-in-github-actions-1mnf
Summary of directly asking to skip the build
Tested at . .
https://github.com/AndreMikulec/plr/tree/master_no_run_skip_ci_or_only_change_in_md_dev
(eventually) non-runs (ignored runs) at . . .
https://ci.appveyor.com/project/AndreMikulec/plr/history
and (eventually) non-runs (ignored runs) at . . .
https://github.com/AndreMikulec/plr/actions?query=branch%3Amaster_no_run_skip_ci_or_only_change_in_md_dev
Issue Fix #111