Skip to content

Commit fdcfba6

Browse files
author
noasakurajin
authored
Merge pull request #7 from noah1510/1.7.x
1.7.2
2 parents 9ca4a5c + 019e9bc commit fdcfba6

File tree

6 files changed

+1125
-934
lines changed

6 files changed

+1125
-934
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches-ignore:
66
- master
7+
- restyled/*
78

89
jobs:
910
pre-release:
@@ -41,7 +42,7 @@ jobs:
4142
python3 -m platformio ci --lib="." ${boards} --keep-build-dir
4243
4344
- uses: actions/upload-artifact@v1
44-
if: always()
45+
if: failure()
4546
with:
4647
name: build-artifact
4748
path: .

0 commit comments

Comments
 (0)