2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

chore: run publish workflow manually

This commit is contained in:
Nikolay Kostyurin
2025-10-14 04:18:21 +02:00
parent 29f909a589
commit 9099fbab0b
+3 -7
View File
@@ -6,13 +6,8 @@ on:
description: 'Build & Publish Pre-alpha Release'
required: true
type: boolean
default: true
# workflow_run:
# workflows:
# - Tests
# - Benchmark
# types:
# - completed
default: false
pull_request:
paths-ignore:
- '.changeset/**'
@@ -31,6 +26,7 @@ permissions:
jobs:
build:
name: 'Build & Publish Pre-alpha Release'
if: ${{ github.event.inputs.test == 'true' }}
runs-on: ubuntu-latest