fix workflow conflict

This commit is contained in:
2026-05-11 17:35:19 +03:00
parent 94a857ad35
commit 9011c7b1c5
2 changed files with 0 additions and 17 deletions

View File

@@ -4,19 +4,10 @@ on:
push:
branches:
- main
workflow_dispatch:
inputs:
ref:
description: Branch or tag to build and deploy
required: false
default: teaser-2026
type: string
jobs:
build:
uses: ./.github/workflows/build.yml
with:
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref_name }}
secrets:
USER_AUTH: ${{ secrets.USER_AUTH }}