Skip to content

Commit

Permalink
CI: Check changes in workspace scenario too [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Jan 3, 2024
1 parent 7c45837 commit e01cb5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ on:
branches: [ master, develop ]
paths:
- 'src/**'
- '**/src/**'
- 'tests/**'
- '**/tests/**'
- 'Cargo.toml'
- '**/Cargo.toml'
- 'Cargo.lock'
- '**/Cargo.lock'
- 'scripts/build'
- '.github/workflows/build.yml'
release:
Expand Down

0 comments on commit e01cb5e

Please sign in to comment.