Merge pull request #269 from Candas1/master

Build for all branches
This commit is contained in:
Emanuel Feru
2022-03-08 18:38:16 +01:00
committed by GitHub

View File

@ -2,9 +2,9 @@ name: Build
on:
push:
branches: [ master ]
branches: [ '*' ]
pull_request:
branches: [ master ]
branches: [ '*' ]
jobs:
build:
@ -14,7 +14,7 @@ jobs:
steps:
# Get required packages
- uses: actions/checkout@v2
- uses: fiam/arm-none-eabi-gcc@v1
- uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '9-2019-q4'