分支(开启)
类型
密钥
如果提供映射,则支持以下密钥
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