rosco-m68k / rosco_m68k

Design, documentation and software for the Really Old School Computer (M68K)
https://rosco-m68k.com
Other
157 stars 32 forks source link

Github Action for PR needs to run if **source** branch is a forked develop #355

Closed roscopeco closed 1 year ago

roscopeco commented 1 year ago

Currently, the build action on PR only runs if the branch is not develop, which is as intended (we want to have a separate build for develop that doesn't upload artifacts but instead creates a snapshot release).

However, the case where the source branch of a PR is a develop in a forked repository also prevents the action running.

So, we need to find a way to make the action be ignore if the target (and only the target) branch is develop in this repo.