In the documentation it clearly states that you can skip ci based on the commit message, or change the title of the PR to skip ci. The later work while the former is not working when I trigger a CI on push.
What happened ?
- I created a push trigger on a specific branch to trigger a CI
- Added [skip ci] in the commit message
It didn’t skip the ci and CI was triggered.
Works fine with the PR when I add [skip ci] to the title of the PR.
Did I misunderstood it ?