mirror of
https://github.com/apple/pkl.git
synced 2026-05-19 21:37:04 +02:00
Add CI to release/x.x branch (#333)
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 commit is contained in:
@@ -887,3 +887,18 @@ workflows:
|
||||
ignore: /.*/
|
||||
tags:
|
||||
only: /^v?\d+\.\d+\.\d+$/
|
||||
release-branch:
|
||||
jobs:
|
||||
- gradle-check-jdk11
|
||||
- gradle-check-jdk17
|
||||
- check-patch-file
|
||||
- bench
|
||||
- pkl-cli-macOS-amd64-release
|
||||
- pkl-cli-linux-amd64-release
|
||||
- pkl-cli-macOS-aarch64-release
|
||||
- pkl-cli-linux-aarch64-release
|
||||
- pkl-cli-linux-alpine-amd64-release
|
||||
when:
|
||||
matches:
|
||||
value: << pipeline.git.branch >>
|
||||
pattern: ^release/\d+\.\d+$
|
||||
|
||||
Reference in New Issue
Block a user