浏览代码

[yamato] Set triggers for any PR against a target branch. (#2848)

/develop-newnormalization
GitHub 5 年前
当前提交
e9dd195d
共有 2 个文件被更改,包括 2 次插入12 次删除
  1. 7
      .yamato/csharp-tests.yml
  2. 7
      .yamato/standalone-build-test.yml

7
.yamato/csharp-tests.yml


commands:
- ./run-tests-editmode-osx-editor.sh
triggers:
branches:
only:
- "/develop-.*/"
targets:
only:
- "develop"
- "develop"
- "master"
- "/release-.*/"
- "/hotfix-.*/"

7
.yamato/standalone-build-test.yml


commands:
- ./run-standalone-build-osx.sh
triggers:
branches:
only:
- "/develop-.*/"
targets:
only:
- "develop"
- "develop"
- "master"
- "/release-.*/"
- "/hotfix-.*/"
正在加载...
取消
保存