Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Changed some branches
  • Loading branch information
zykrah authored Feb 6, 2022
1 parent 9f4768a commit 8c93606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 8c93606

Please sign in to comment.