From 8c9360662f93ccb515ef563698a71fce85055d75 Mon Sep 17 00:00:00 2001 From: Zykrah Date: Mon, 7 Feb 2022 07:33:45 +1100 Subject: [PATCH] Update build.yml Changed some branches --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76c1f005..fad725be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: build tests on: push: - branches: [ chibios-21.11.x-dev ] + branches: [ chibios-21.11.x ] pull_request: - branches: [ chibios-21.11.x-dev ] + branches: [ chibios-21.11.x ] jobs: build: @@ -16,7 +16,7 @@ jobs: release: '10-2020-q4' - name: setup vars run: | - echo "CH_VER=master" >> $GITHUB_ENV + echo "CH_VER=stable_21.11.x" >> $GITHUB_ENV echo "CHC_PATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV - name: download Chibios run: |