Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Traynor <[email protected]>
  • Loading branch information
wmat authored Jun 7, 2024
2 parents 0c7a595 + 21dc614 commit f320565
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Create Specification Document

# The workflow is triggered by pull request, push to main, and manual dispatch.
Expand All @@ -24,15 +23,14 @@ on:
type: boolean
default: true
draft:
description: Create release as a draft?
description: 'Create release as a draft?'
required: false
type: boolean
default: false
pull_request:
push:
branches:
- asciidoc

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -80,3 +78,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}
if: github.event_name == 'workflow_dispatch'
# This condition ensures this step only runs for workflow_dispatch events.

0 comments on commit f320565

Please sign in to comment.