Skip to content

Commit

Permalink
fix build workflow #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Athanasiou committed Jan 9, 2025
1 parent 3e560e4 commit a0ccad7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Build
on:
push:
paths:
- '**/src/**'
- '**/Cargo.toml'
- 'protypo/src/**'
- 'protypo/Cargo.toml'
- 'protypo-cli/src/**'
- 'protypo-cli/Cargo.toml'

env:
RUST_TOOLCHAIN: stable
Expand Down

0 comments on commit a0ccad7

Please sign in to comment.