Merge pull request #2119 from jellyfin/jf-2.3.0-fixes #632
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Builds the production version of the app | |
name: build-prod | |
on: | |
push: | |
branches: | |
- master | |
- "*.*.z" | |
jobs: | |
prod: | |
uses: ./.github/workflows/_build-prod.yml |