Skip to content

Commit

Permalink
CI: Adjust file triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
DoumanAsh committed Feb 20, 2024
1 parent 4e5c1f1 commit c90329b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
- master
paths:
- '.github/workflows/rust.yml'
- 'src/**.rs'
- 'tests/**'
- 'src/**/*.rs'
- 'tests/**/*.rs'
- 'Cargo.toml'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- '**'
paths:
- '.github/workflows/rust.yml'
- 'src/**.rs'
- 'tests/**'
- 'src/**/*.rs'
- 'tests/**/*'
- 'Cargo.toml'

jobs:
Expand Down

0 comments on commit c90329b

Please sign in to comment.