Merge pull request #111 from Lapikud/workflow-update

Attempt 2 for workflow
This commit is contained in:
Renkar
2026-03-31 17:23:43 +03:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ name: main
on:
push:
branches:
- main
- teaser-2026
workflow_dispatch:
inputs:
ref:
@@ -16,7 +16,7 @@ jobs:
build:
uses: ./.github/workflows/build.yml
with:
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || github.ref_name }}
ref: ${{ github.event.inputs.ref || github.ref_name }}
secrets:
USER_AUTH: ${{ secrets.USER_AUTH }}