Skip to content

Commit caa2a71

Browse files
committed
WIP
1 parent 5b8ebf1 commit caa2a71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
tags:
4+
- 'v*'
35

46
jobs:
57
build:
@@ -9,7 +11,7 @@ jobs:
911
with:
1012
submodules: recursive
1113
- run: sudo apt-get install gcc-avr binutils-avr avr-libc
12-
- run: make
14+
- run: make
1315
- uses: actions/create-release@v1
1416
id: create_release
1517
env:

0 commit comments

Comments
 (0)