修正ci-skip 帮助
This commit is contained in:
parent
0b0d5199bd
commit
4a58541bfc
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue