From 53e084a53113a8b2ee8da07b1c76f3fe5fc2ab27 Mon Sep 17 00:00:00 2001 From: Jonas Trampe Date: Fri, 1 Dec 2023 23:48:58 +0100 Subject: [PATCH] add release as trigger --- .github/workflows/autobuild.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 0082afa..aba5e1a 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -9,6 +9,8 @@ on: branches: [ master ] pull_request: branches: [ master ] + release: + types: [created, edited] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -46,7 +48,7 @@ jobs: with: auto-increment: patch build-metadata: ${{ steps.short-sha.outputs.sha }} - default-pre-release-phase: preview + default-pre-release-phase: beta minimum-major-minor: 0.1 tag-prefix: v