Skip to content

Commit

Permalink
Only do papers on paper branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Apr 17, 2024
1 parent 0245a5d commit 3f10b72
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,6 +1,10 @@
name: paper

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

jobs:
paper:
Expand Down

0 comments on commit 3f10b72

Please sign in to comment.