From 08fc17986a2771789e8c8653ce9c3aea3a3f7558 Mon Sep 17 00:00:00 2001 From: glaszig Date: Sun, 13 Dec 2015 02:42:21 +0100 Subject: [PATCH] amending docs with build skipping tags --- docs/build/build.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]`