Skip to content

Commit 7fb6975

Browse files
committed
release: publish affinidi messaging
1 parent 55edac5 commit 7fb6975

File tree

283 files changed

+59521
-1
lines changed

Some content is hidden

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

283 files changed

+59521
-1
lines changed

.github/workflows/on-push.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: on-push
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request_target:
8+
types:
9+
- opened
10+
- synchronize
11+
12+
jobs:
13+
rust-workflow:
14+
uses: affinidi/pipeline-rust/.github/workflows/on-push.yaml@main
15+
secrets: inherit

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/target
2+
dump.rdb
3+
.DS_Store
4+
/**/secrets.json-generated
5+
/**/secrets.json
6+
.vscode

0 commit comments

Comments
 (0)