mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-13 08:44:29 -04:00
This move allows us to separate appcast creation from the main build jobs, which will enable us to increase the number of deltas we generate without impacting the push workflow on tags. This largely moves the existing jobs from push to publish with two small changes: 1. the needs condition was changed from build-project to check-tag 2. the if condition was changed from github.ref_type == 'tag' to fromJSON(needs.check-tag.outputs.validTag)