probonopd / go-appimage

Go implementation of AppImage tools
MIT License
760 stars 73 forks source link

Consolidate .yml files in .github/workflows #204

Closed probonopd closed 2 years ago

probonopd commented 2 years ago

Consolidate .yml files in .github/workflows so that we only need one.

@CalebQ42 what was the logic behind splitting it up into two? Currently everything needs to be edited in 2 places, which is error-prone.

CalebQ42 commented 2 years ago

I think it was as simple as I somehow missed the ability to do if as part of the yml, so it was to make sure that PRs didn't get uploaded.

probonopd commented 2 years ago

That's what I figured ;-) I've consolidated them now. Let me know if you have concerns. Thanks!