run CI only for changes in code/, and tests/

This commit is contained in:
Zoltán Vörös 2020-03-07 09:31:30 +01:00
parent ef2c91c1fb
commit c0979509b4

View file

@ -2,6 +2,11 @@ name: Build CI
on:
push:
paths:
- 'code/'
- 'tests/'
- '.github/workflows/'
pull_request:
release:
types: [published]