Skip to content

Commit

Permalink
Update prerelease.yml to skip build for upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Oct 2, 2023
1 parent f6be6d8 commit 10e9845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build:
name: Build
if: "github.event.base_ref != 'refs/heads/main'"
if: "github.event.base_ref != 'refs/heads/main' && github.event.base_ref != 'refs/heads/upstream'"
runs-on: ubuntu-22.04
env:
GRADLE_OPTS: "-Dorg.gradle.project.kotlin.compiler.execution.strategy=in-process"
Expand Down

0 comments on commit 10e9845

Please sign in to comment.