Skip to content

Commit ac9a20b

Browse files
committed
Test triggering CI on push to merge queue branch
1 parent d29ae01 commit ac9a20b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.yamato/analyze.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ code_analyser:
1717
- upm-ci project test --project-path Tools/CodeAnalyzerTestProject -u 2019.4
1818
triggers:
1919
cancel_old_ci: true
20+
branches:
21+
only:
22+
- "gh-readonly-queue/develop/*"
2023
pull_requests:
2124
- targets:
2225
only:
2326
- "develop"
24-
- "gh-readonly-queue/develop/*"
27+
2528
artifacts:
2629
UTR_Output.zip:
2730
paths:

0 commit comments

Comments
 (0)