Change actions configuration so that tests+lint are performed for each push.
This provides very useful feedback on if we should accept a PR or not.
Prior to this change, tests would only be evaluated if a PR targeted the default branch: we were expecting developers to manually test!
Change actions configuration so that tests+lint are performed for each push.
This provides very useful feedback on if we should accept a PR or not. Prior to this change, tests would only be evaluated if a PR targeted the default branch: we were expecting developers to manually test!
Related