Skip to content

Commit

Permalink
Merge pull request #124 from firstbatchxyz/erhant/eyre
Browse files Browse the repository at this point in the history
Error handling improvements
  • Loading branch information
erhant authored Oct 2, 2024
2 parents fb10ef7 + 2654066 commit cf60815
Show file tree
Hide file tree
Showing 37 changed files with 1,076 additions and 2,633 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
branches: ["master"]
paths:
- 'src/**'
- 'Cargo.lock'
- 'Cargo.toml'
- 'Dockerfile'
- 'compose.yml'
- "src/**"
- "Cargo.lock"
- "Cargo.toml"
- "Dockerfile"
- "compose.yml"

jobs:
build-and-push:
Expand Down
Loading

0 comments on commit cf60815

Please sign in to comment.