【发布时间】:2021-12-04 15:19:46
【问题描述】:
虽然它从 github 接收 webhook,但不会触发自动构建。任何输入都会有所帮助。
codemagic.yml sn-p
ionic-capacitor-android-app-qa:
name: tulip-fp
environment:
node: latest
triggering:
events:
- tag
branch_patterns:
- pattern: “uat”
include: true
source: true
tag_patterns:
- pattern: “*”
include: true
....
【问题讨论】:
-
我使用过#codemagic,这里是解决方案 - 1> 将“uat”更改为“uat”。基本上在模式中使用单引号 2> 还要确保在 github 的 webhook 配置中,“push”触发器被选中。
标签: codemagic