Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make GH jobs work with new branch workflow #1580

Merged
merged 20 commits into from
Dec 16, 2023
Merged

Conversation

cewert
Copy link
Member

@cewert cewert commented Dec 14, 2023

Make github action jobs work with the new branch/release workflow.

Dev app will build:

  • On push to master or *.*.z
  • On all PRs

Prod app will build:

  • On push to master or *.*.z
  • On all PRs with a release-prep label

Changes

  • Update workflows to use master branch instead of unstabl
  • Create release-prep label
  • Create release-prep.yml file
    • Trigger it on PR event labeled, opened, reopened, or synchronize
    • Only run when PR has the release-prep label

@cewert cewert requested a review from a team as a code owner December 14, 2023 21:45
@cewert cewert merged commit 66b0840 into jellyfin:master Dec 16, 2023
11 checks passed
@cewert cewert changed the title Fix workflows Make GH jobs work with new branch workflow Jan 2, 2024
@cewert cewert deleted the fix-workflows branch January 14, 2024 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants