Skip to content

Commit

Permalink
Merge pull request #172 from bagustris/master
Browse files Browse the repository at this point in the history
Update draft-pdf.yml
  • Loading branch information
bagustris authored Nov 7, 2024
2 parents f65edfa + 1b0e13d commit 479f47c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Draft PDF
on: [merge]
# only trigger on pull request closed events
on:
pull_request:
types: [ closed ]

jobs:
paper:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
name: Paper Draft
steps:
Expand Down

0 comments on commit 479f47c

Please sign in to comment.