mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #333] [MERGED] Add CI to release/x.x branch #506
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/333
Author: @bioball
Created: 3/18/2024
Status: ✅ Merged
Merged: 3/18/2024
Merged by: @bioball
Base:
main← Head:ci-release-branch📝 Commits (1)
9437731Add CI to release/x.x branch📊 Changes
7 files changed (+25 additions, -6 deletions)
View changed files
📝
.circleci/config.pkl(+5 -1)📝
.circleci/config.yml(+15 -0)📝
.circleci/jobs/BuildNativeJob.pkl(+1 -1)📝
.circleci/jobs/DeployJob.pkl(+1 -1)📝
.circleci/jobs/GradleCheckJob.pkl(+1 -1)📝
.circleci/jobs/GradleJob.pkl(+1 -1)📝
.circleci/jobs/SimpleGradleJob.pkl(+1 -1)📄 Description
Adds logic to build (but not deploy) commits on the release branch.
This is so we have CI coverage for new patch releases of older versions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.