grafeas / voucher

🎟 Voucher creates attestations for Binary Authorization
Apache License 2.0
73 stars 24 forks source link

actions: test every push #67

Closed thepwagner closed 1 year ago

thepwagner commented 1 year ago

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