Skip to content

Commit

Permalink
[yamato] Set triggers for any PR against a target branch. (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
surfnerd authored Nov 4, 2019
1 parent 5a3db85 commit 3ca1113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .yamato/csharp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,10 @@ test_mac_editmode_{{ editor.version }}:
commands:
- ./run-tests-editmode-osx-editor.sh
triggers:
branches:
only:
- "/develop-.*/"
targets:
only:
- "develop"
pull_requests:
- targets:
only:
- "develop"
- "master"
- "/release-.*/"
- "/hotfix-.*/"
Expand Down
7 changes: 1 addition & 6 deletions .yamato/standalone-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,10 @@ test_mac_standalone_{{ editor.version }}:
commands:
- ./run-standalone-build-osx.sh
triggers:
branches:
only:
- "/develop-.*/"
targets:
only:
- "develop"
pull_requests:
- targets:
only:
- "develop"
- "master"
- "/release-.*/"
- "/hotfix-.*/"
Expand Down

0 comments on commit 3ca1113

Please sign in to comment.