update workflow, change release way
Some checks failed
/ release (push) Failing after 16s

This commit is contained in:
2025-05-26 17:25:12 +02:00
parent a960641000
commit cc5dc6141c

View File

@@ -1,4 +1,12 @@
on: on:
push:
# only if commit message starts with "release"
branches:
- main
# and commit message contains "release"
workflow_dispatch: workflow_dispatch:
inputs: inputs:
release_notes: release_notes:
@@ -24,6 +32,7 @@ on:
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, 'release') || github.event_name == 'workflow_dispatch'"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4