biigle / core

:large_blue_circle: Application core of BIIGLE
https://biigle.de
GNU General Public License v3.0
12 stars 15 forks source link

Add path constraints to actions #678

Open mzur opened 11 months ago

mzur commented 11 months ago

The lint and test actions should have path constraints like the update schema action has.

The test actions only have to be run if a .php file was changed. The JS lint and test bundle actions only have to run if something in resources/assets or the package.lock/package.json were changed.