Skip to content

Commit

Permalink
Merge pull request #7 from noah1510/1.7.x
Browse files Browse the repository at this point in the history
1.7.2
  • Loading branch information
noah1510 authored Aug 7, 2020
2 parents 9ca4a5c + 019e9bc commit fdcfba6
Show file tree
Hide file tree
Showing 6 changed files with 1,125 additions and 934 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- master
- restyled/*

jobs:
pre-release:
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
python3 -m platformio ci --lib="." ${boards} --keep-build-dir
- uses: actions/upload-artifact@v1
if: always()
if: failure()
with:
name: build-artifact
path: .
Loading

0 comments on commit fdcfba6

Please sign in to comment.