run CI only for changes in code/, and tests/
This commit is contained in:
parent
ef2c91c1fb
commit
c0979509b4
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -2,6 +2,11 @@ name: Build CI
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'code/'
|
||||
- 'tests/'
|
||||
- '.github/workflows/'
|
||||
|
||||
pull_request:
|
||||
release:
|
||||
types: [published]
|
||||
|
|
|
|||
Loading…
Reference in a new issue