diff --git a/docs/build/build.md b/docs/build/build.md index bfcc21ec9..e702d84c4 100644 --- a/docs/build/build.md +++ b/docs/build/build.md @@ -48,4 +48,5 @@ image: index.docker.io/library/golang:1.4 ## Skipping builds -Skip a build by including the text `[CI SKIP]` in your commit message. +Skip a build by including any combination of `ci` and `skip` wrapped in square brackets +in your commit message. Examples: `[skip CI]` `[ci skip]`