Skip to content

Commit e54a923

Browse files
add call to run for push and pull for paper branch
1 parent 60ed4dc commit e54a923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ on:
22
push:
33
branches:
44
- main
5+
- paper
56
tags:
67
- "v*"
78
pull_request:
89
branches:
910
- main
11+
- paper
1012
jobs:
1113
paper:
1214
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)