Skip to content

Commit 60ed4dc

Browse files
add pull request trigger to build paper
1 parent 0a58b49 commit 60ed4dc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
on: [push]
2-
1+
on:
2+
push:
3+
branches:
4+
- main
5+
tags:
6+
- "v*"
7+
pull_request:
8+
branches:
9+
- main
310
jobs:
411
paper:
512
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)