We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e1097 commit 9ed5725Copy full SHA for 9ed5725
.github/workflows/beta.yml
@@ -7,6 +7,7 @@ on:
7
jobs:
8
pre-release:
9
name: "Beta Release"
10
+ if: github.repository == "sdkman/sdkman-cli"
11
environment: production
12
runs-on: "ubuntu-latest"
13
services:
.github/workflows/release.yml
@@ -6,6 +6,7 @@ on:
6
build:
name: "Stable Release"
runs-on: ubuntu-latest
0 commit comments