ci: fix checks
This commit is contained in:
parent
16034ffe80
commit
3fd3c4c7f1
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
branch: test
|
||||||
- event: push
|
event: [push, pull_request]
|
||||||
|
path:
|
||||||
|
include:
|
||||||
|
- "src/**"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
configure_rustup:
|
configure_rustup:
|
||||||
|
|
Loading…
Reference in a new issue