Skip to content

Commit

Permalink
Remove path limitation, does't play well with concurrency feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Jul 11, 2024
1 parent ab592ad commit dde92c5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ on:
branches: [main]
tags:
- "v*.*.*"
paths:
- "src/**"
- "Cargo.*"
- ".github/workflows/*"
pull_request:
paths:
- "src/**"
- "Cargo.*"
- ".github/workflows/*"

workflow_dispatch:

Expand Down

0 comments on commit dde92c5

Please sign in to comment.