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:
@@ -6,13 +6,8 @@ on:
|
|||||||
description: 'Build & Publish Pre-alpha Release'
|
description: 'Build & Publish Pre-alpha Release'
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
# workflow_run:
|
|
||||||
# workflows:
|
|
||||||
# - Tests
|
|
||||||
# - Benchmark
|
|
||||||
# types:
|
|
||||||
# - completed
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '.changeset/**'
|
- '.changeset/**'
|
||||||
@@ -31,6 +26,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: 'Build & Publish Pre-alpha Release'
|
name: 'Build & Publish Pre-alpha Release'
|
||||||
|
if: ${{ github.event.inputs.test == 'true' }}
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user