Build teaser-2026 into prod

This commit is contained in:
2026-03-31 16:56:45 +03:00
parent 66f75aca4d
commit 7d45acc26f
2 changed files with 17 additions and 0 deletions

View File

@@ -4,10 +4,19 @@ 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 }}