Update build.yml

Changed some branches
This commit is contained in:
Zykrah 2022-02-07 07:33:45 +11:00 committed by GitHub
parent 9f4768a8c0
commit 8c9360662f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: |