Skip to content

Commit

Permalink
CI: Only build draft paper on pushes to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Feb 5, 2024
1 parent 12b85d5 commit f9580df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
paper:
Expand Down

0 comments on commit f9580df

Please sign in to comment.