We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33557bf commit f408c14Copy full SHA for f408c14
.github/workflows/draft-pdf.yml
@@ -2,8 +2,8 @@ on:
2
push:
3
branches:
4
- main
5
- # tags:
6
- # - "paper*"
+ tags:
+ - "paper*"
7
pull_request:
8
9
@@ -14,10 +14,6 @@ jobs:
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v4
17
- with:
18
- fetch-depth: 2
19
- - run:
20
- git checkout HEAD^
21
- name: Build draft PDF
22
uses: openjournals/openjournals-draft-action@master
23
with:
@@ -37,3 +33,4 @@ jobs:
37
33
38
34
message: '(auto) Paper PDF Draft'
39
35
add: 'paper/paper.pdf'
36
+ push: origin HEAD:{{ github.head_ref }}
0 commit comments