ci: branch deploys

This commit is contained in:
2026-02-10 14:02:02 +01:00
parent 77654e6dae
commit 4173219769

View File

@@ -6,12 +6,12 @@ on:
- '**' - '**'
tags: tags:
- 'v*' - 'v*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
skip_long_checks: skip_long_checks:
description: 'Skip tests? (true/false)' description: 'Skip tests? (true/false)'
required: false required: false
default: 'false' default: 'false'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ (github.ref_type == 'tag' && !contains(github.ref_name, '-')) && 'prod' || (github.ref_type == 'tag' && 'staging' || (github.ref_name == 'main' && 'testing' || github.ref_name)) }} group: ${{ github.workflow }}-${{ (github.ref_type == 'tag' && !contains(github.ref_name, '-')) && 'prod' || (github.ref_type == 'tag' && 'staging' || (github.ref_name == 'main' && 'testing' || github.ref_name)) }}