Skip to content

Commit

Permalink
🔧 update joss pdf paper gen workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsantana11 committed Apr 28, 2024
1 parent fa0a0b3 commit 6d2f496
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Generate JOSS PDF Paper
on:
# manual trigger
workflow-dispatch:
# Triggers the workflow on push event for paper branch
push:
pull-request:
branches: [ "paper" ]
jobs:
paper:
Expand Down

0 comments on commit 6d2f496

Please sign in to comment.