openMSX / debugger

31 stars 15 forks source link

github action should rerun checks after force push #95

Closed pvmm closed 2 years ago

pvmm commented 2 years ago

force push is common procedure when pull requesting, since not all code changes are additive (some things need to be rewritten and a polluted history is no fun). Pull requests are the right time to do force pushes since you shouldn't rebase your master branch anyway. This change allows github actions to perform compilation checks after force pushes too.

m9710797 commented 2 years ago

I don't understand this change. But I'm going to trust you and pull. Thanks.