分支(启用)
类型
密钥
如果提供了映射,则支持以下键
branch
— 包含或排除要构建的分支(类型:映射、字符串序列或字符串)详情condition
—(类型:字符串序列或字符串)all_branches
—(类型:布尔值)pr
—(类型:布尔值)
示例
on:
branch:
only:
- master
except:
- develop
condition:
- string
all_branches: true
on:
only:
- master
except:
- develop
on:
- master
on: master