update ci/cd
This commit is contained in:
parent
42794638cc
commit
03d336e177
2 changed files with 12 additions and 0 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -1,7 +1,13 @@
|
|||
name: Build
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "./src"
|
||||
- "./tests"
|
||||
push:
|
||||
paths:
|
||||
- "./src"
|
||||
- "./tests"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue