Skip to content

Commit 5ae77c2

Browse files
authored
Merge pull request #91 from Dstack-TEE/kms-onchain
KMS as Tapp
2 parents d0bdc19 + b5de517 commit 5ae77c2

File tree

178 files changed

+27699
-1505
lines changed

Some content is hidden

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

178 files changed

+27699
-1505
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust checks
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, next ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, next ]
88

99
env:
1010
CARGO_TERM_COLOR: always

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
/build-config.sh
44
/build
55
generated/
6+
node_modules/
7+
/.cargo

0 commit comments

Comments
 (0)