ci: only build on .rs changes
This commit is contained in:
parent
3c4a68cb8f
commit
c76883d3ec
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -3,7 +3,10 @@
|
|||
# Builds the rust code and verifies that it compiles
|
||||
|
||||
name: build
|
||||
on: [ 'push' ]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**.rs'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue