修正ci-skip 帮助

This commit is contained in:
yashin 2018-07-23 11:57:23 +08:00
parent 0b0d5199bd
commit 4a58541bfc
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<div>
For Push hook: skip build if the commit message contains <code>[ci skip]</code>.
For Pull Request hook: skip build if the pull request body contains <code>[ci skip]</code>.
For Push hook: skip build if the commit message contains <code>[ci-skip]</code>.
For Pull Request hook: skip build if the pull request body contains <code>[ci-skip]</code>.
</div>

View File

@ -1,8 +1,8 @@
<div>
<p>
代码推送触发: 若推送的最后一个提交的描述信息包含 <code>[ci skip]</code>,则不触发构建。
代码推送触发: 若推送的最后一个提交的描述信息包含 <code>[ci-skip]</code>,则不触发构建。
</p>
<p>
PR 操作触发: 若 PR 的内容描述信息包含 <code>[ci skip]</code>,则不触发构建。
PR 操作触发: 若 PR 的内容描述信息包含 <code>[ci-skip]</code>,则不触发构建。
</p>
</div>