This commit is contained in:
John Doe
2022-01-08 06:58:34 +08:00
parent 8259ef0424
commit 55c7634900

View File

@@ -17,11 +17,7 @@ jobs:
steps: steps:
- name: Trigger Compile - name: Trigger Compile
run: | run: |
if [ '${{ matrix.device }}' = 'r1s' ]; then branch='master';
branch='18.06';
else
branch='master';
fi
curl \ curl \
-X POST https://api.github.com/repos/${{ github.repository }}/dispatches \ -X POST https://api.github.com/repos/${{ github.repository }}/dispatches \
-H "Accept: application/vnd.github.everest-preview+json" \ -H "Accept: application/vnd.github.everest-preview+json" \