mt-mods / technic

Technic mod for Minetest
18 stars 25 forks source link

Run workflows only if Lua files changed #370

Closed Emojigit closed 4 months ago

Emojigit commented 4 months ago

This PR modifies the on table of workflows so they run only if Lua files and/or workflow files are changed.

This PR is ready for review.

S-S-X commented 4 months ago

IMO unnecessary and potentially causes issues later. Does this even work with required checks? If for some reason actually doing this then at least add configuration files as a trigger in addition to lua files.