mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-06-23 06:31:30 +00:00
fix workflow conflict
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user