Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16bb871

Browse files
committedMay 14, 2021
Merge branch 'new-keyboard' into new-keyboard-web
2 parents 95e5c27 + 1ef0b49 commit 16bb871

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1244
-558
lines changed
 

‎.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish
22

33
on:
44
push:
5-
branches: [master]
6-
paths: "Cargo.toml"
5+
tags:
6+
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
77

88
jobs:
99
Publish:

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ rls/
77
*.ts
88
*.js
99
#*#
10+
.DS_Store

0 commit comments

Comments
 (0)
Please sign in to comment.