This change to the github workflows fixes the issue where workflows won't trigger if a source file isn't modified, e.g. when README.md is updated. This has been an issue in a few PRs, most recently in #79. Given that changes to the data files (anything in registers, opcodes, or directives currently) can change behavior in the executable, I think it makes more sense anyway to just run the entire test suite on any change to the repo.
This change to the github workflows fixes the issue where workflows won't trigger if a source file isn't modified, e.g. when
README.md
is updated. This has been an issue in a few PRs, most recently in #79. Given that changes to the data files (anything inregisters
,opcodes
, ordirectives
currently) can change behavior in the executable, I think it makes more sense anyway to just run the entire test suite on any change to the repo.