Skip to content

Commit

Permalink
Add the options to release a new spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsene authored Aug 23, 2023
1 parent 1ea97f1 commit 66303fd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/vector_build-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
name: Create Crypto Vector Specification Document
name: Create Specification Document

# The workflow is triggered by pull request, push to main, and manual dispatch.
on:
workflow_dispatch:
inputs:
prerelease:
description: 'Tag as a pre-release?'
required: false
type: boolean
default: true
draft:
description: 'Create release as a draft?'
required: false
type: boolean
default: false
pull_request:
push:
branches:
Expand Down

0 comments on commit 66303fd

Please sign in to comment.