Skip to content

Commit

Permalink
chore: Do not publish early access builds of release-related commits
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed May 7, 2023
1 parent 2f4c3b1 commit d2cae1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
# Build native executable per runner
build:
if: contains(github.event.head_commit.message, 'Releasing version') != true && contains(github.event.head_commit.message, 'Prepare next version') != true
name: build-${{ matrix.os }}
strategy:
fail-fast: true
Expand Down

0 comments on commit d2cae1a

Please sign in to comment.