mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
fix(296): parse with lost repeated closing tag (#297)
* fix: extract node list ot separate file, fix nested parsing * chore: node list tests * fix: nested tags parsing * chore: changeset * chore: remove unused files * chore: disable publish on every commit
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
name: Pull Request
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
test:
|
||||
description: 'Build & Publish Pre-alpha Release'
|
||||
required: true
|
||||
type: boolean
|
||||
default: true
|
||||
# workflow_run:
|
||||
# workflows:
|
||||
# - Tests
|
||||
@@ -23,7 +30,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: 'Build & pre-alpha release'
|
||||
name: 'Build & Publish Pre-alpha Release'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user