From 55c7634900294609cb48433ad226ad38c93e63a5 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 8 Jan 2022 06:58:34 +0800 Subject: [PATCH] fix --- .github/workflows/dispatch.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index a763011..2e3f46f 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -17,11 +17,7 @@ jobs: steps: - name: Trigger Compile run: | - if [ '${{ matrix.device }}' = 'r1s' ]; then - branch='18.06'; - else - branch='master'; - fi + branch='master'; curl \ -X POST https://api.github.com/repos/${{ github.repository }}/dispatches \ -H "Accept: application/vnd.github.everest-preview+json" \