Skip to content

Commit

Permalink
ci(tests): change triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
edugzlez committed Jun 21, 2024
1 parent 678de10 commit f1a21da
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
on:
push:
branches:
- dev
- master
paths:
- ".github/workflows/tests.yml"
- "src/**"
- "Cargo.toml"
- "Cargo.lock"
pull_request:
branches:
- dev
- master
paths:
- ".github/workflows/tests.yml"
- "src/**"
- "Cargo.toml"
- "Cargo.lock"

name: Rust Testing and coverage

Expand Down

0 comments on commit f1a21da

Please sign in to comment.