This commit is contained in:
John Doe
2021-10-21 11:41:53 +08:00
parent be5e103569
commit 9eeddc4990
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Trigger Compile
run: |
if [ '${{ matrix.device }}' = 'r1s' ] || [ '${{ matrix.device }}' = 'x86' ]; then
if [ '${{ matrix.device }}' = 'r1s' ]; then
branch='18.06';
else
branch='master';