Skip to content

Commit 265e04b

Browse files
committed
simplify
1 parent d581001 commit 265e04b

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
on: [push, pull_request, workflow_dispatch]
1+
on:
2+
push:
3+
paths:
4+
- '.github/workflows/**'
5+
- 'bin/**'
6+
- 'config/**'
7+
pull_request:
8+
paths:
9+
- '.github/workflows/**'
10+
- 'bin/**'
11+
- 'config/**'
12+
workflow_dispatch:
213

314
name: Build
415

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
/firmware/*.uf2
21
**/.DS_Store

firmware/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)