Skip to content

Commit

Permalink
add pull request trigger to build paper
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidymwagner committed May 8, 2024
1 parent 0a58b49 commit 60ed4dc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
on: [push]

on:
push:
branches:
- main
tags:
- "v*"
pull_request:
branches:
- main
jobs:
paper:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 60ed4dc

Please sign in to comment.