Skip to content

Commit af3d346

Browse files
committed
fix release ci, bump up library properties
1 parent a72d943 commit af3d346

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/githubci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build
22

3-
on: [pull_request, push, repository_dispatch]
3+
on:
4+
pull_request:
5+
push:
6+
repository_dispatch:
7+
release:
8+
types:
9+
- created
410

511
concurrency:
612
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name=Adafruit IntelliKeys
2-
version=0.0.1
2+
version=0.2.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=IntelliKeys library for Arduino
66
paragraph=Intellikeys USB Translator
77
category=Communication
88
url=https://github.com/adafruit/Adafruit_IntelliKeys
9-
architectures=*
9+
architectures=rp2040
1010
includes=Adafruit_IntelliKeys.h
1111
depends=Adafruit TinyUSB Library, Pico PIO USB, Adafruit SPIFlash, SdFat - Adafruit Fork

0 commit comments

Comments
 (0)