Skip to content

Commit

Permalink
Merge pull request #70 from laina-protocol/chore/upgrade-stellar-to-v…
Browse files Browse the repository at this point in the history
…ersion-22

chore: Upgrade Stellar SDK to 22.0.0-rc.3.2
  • Loading branch information
kovipu committed Nov 23, 2024
2 parents 09122fe + 2a27cf3 commit cda2223
Show file tree
Hide file tree
Showing 15 changed files with 4,691 additions and 7,916 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build and Deploy
on:
push:
branches: [ main ]
branches:
- main

permissions:
contents: read
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Node.js

on:
push:
branches: ['**']
branches-ignore:
- main

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "Rust: Format Check"

on:
push:
branches:
- "**"
branches-ignore:
- main

jobs:
rustfmt:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Verify Build
on:
push:
branches: '**'
branches-ignore:
- main

jobs:
build:
Expand Down
Loading

0 comments on commit cda2223

Please sign in to comment.