Skip Runs for Some Commits¶
If you'd like your commit, or a series of commits that you're pushing, to not trigger a workflow run, just write [ci skip]
or [skip ci]
somewhere in your commit's message.
git commit -m "[skip ci] updating README.txt"
git push