Skip to content

Commit

Permalink
Added repository dispatch trigger in build_pdf_book.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannon07 committed May 3, 2024
1 parent 5ce9d83 commit 16e2488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_pdf_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build latest version of PDF Book

on:
workflow_dispatch:
repository_dispatch:
types: [rebuild-book]

permissions:
contents: write
Expand Down

0 comments on commit 16e2488

Please sign in to comment.