Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Jun 11, 2024
1 parent d1b2251 commit f8c3a6f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: "test/build"
name: Build
on:
- push
workflow_dispatch:
push:
pull_request:
branches:
- main
- develop
- master # for safety reasons
- dev # for safety reasons

jobs:
configure:
Expand Down Expand Up @@ -48,7 +55,7 @@ jobs:
${{ runner.os }}-${{ github.sha }}
- name: clippy
run: |
cd ./app/rust
cd ./app/rust
cargo clippy --all-targets --features "full,clippy"
build_ledger:
Expand Down

0 comments on commit f8c3a6f

Please sign in to comment.