Skip to content

Commit

Permalink
chore: set rule to not deploy when just test is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Dec 6, 2024
1 parent 7e8115c commit 97ce8b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ on:
branches:
- "main"
paths:
- "src/**"
- "bootstrap/**"
- "docker/**"
- "Cargo.toml"
- "Cargo.lock"
- "!test/**"

jobs:
rpc:
Expand Down

0 comments on commit 97ce8b0

Please sign in to comment.