Skip to content

Commit

Permalink
fix release ci, bump up library properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Apr 18, 2023
1 parent a72d943 commit af3d346
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Build

on: [pull_request, push, repository_dispatch]
on:
pull_request:
push:
repository_dispatch:
release:
types:
- created

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name=Adafruit IntelliKeys
version=0.0.1
version=0.2.0
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=IntelliKeys library for Arduino
paragraph=Intellikeys USB Translator
category=Communication
url=https://github.com/adafruit/Adafruit_IntelliKeys
architectures=*
architectures=rp2040
includes=Adafruit_IntelliKeys.h
depends=Adafruit TinyUSB Library, Pico PIO USB, Adafruit SPIFlash, SdFat - Adafruit Fork

0 comments on commit af3d346

Please sign in to comment.