Skip to content

Commit

Permalink
Update build.yml to include all Rust source files and configuration f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
a1ecbr0wn committed Jul 23, 2023
1 parent 8b4c467 commit 6e99071
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
- '**'
paths:
- '**/*.rs'
- 'src/*'
- 'Cargo.*'
- '**/src/*'
- '**/Cargo.*'
- '.github/workflows/build.yml'
pull_request:
branches:
- '**'
paths:
- '**/*.rs'
- 'src/*'
- 'Cargo.*'
- '**/src/*'
- '**/Cargo.*'
- '.github/workflows/build.yml'
workflow_dispatch:
schedule:
Expand Down

0 comments on commit 6e99071

Please sign in to comment.