otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
185 stars 54 forks source link

enhance workflows a little #167

Closed otavepto closed 1 month ago

otavepto commented 1 month ago

The purpose of these branches (ci-build*) was to help in automation (currently not used) and for those who cannot setup a dev env at the moment due to any reasons. Admittedly, workflow_dispatch (manual trigger) was a better replacement, so we can remove them if needed.

To mix include & exclude patterns, I used this as a reference since Github doesn't allow both paths and paths-ignore :/ https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-and-excluding-paths

Detanup01 commented 1 month ago

Comment here just to make sure I getting it right:

!path is excludimg

otavepto commented 1 month ago

Yes, that is correct. I used the linked doc as a reference and saw an example doing this to get around the limitation when both including (whitelisting) and excluding (blacklisting)