Skip to content

Commit

Permalink
change paper building to only build the paper during a pull request t…
Browse files Browse the repository at this point in the history
…o the paper branch
  • Loading branch information
derNarr committed Nov 28, 2023
1 parent 875af9f commit 85debe2
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: Build paper PDF

on: [push]
on:
pull_request:
branches:
- paper

jobs:
paper:
Expand Down

0 comments on commit 85debe2

Please sign in to comment.