Skip to content

Commit

Permalink
Allow workflow_dispatch for draft PDF workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Jan 21, 2024
1 parent e82777f commit 6cf593b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/draft_pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: [push]
name: Build paper PDF

on: [push, workflow_dispatch]

jobs:
paper:
Expand Down

0 comments on commit 6cf593b

Please sign in to comment.