Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 9, 2024
1 parent 7967bb5 commit c27838c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
name: latexmk
on:
push:
branches: master
paths: 'paper/**'
pull_request:
branches: master
paths: 'paper/**'
concurrency:
group: latexmk-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -18,4 +14,4 @@ jobs:
with:
path: paper
opts: -pdf
depends: paper/DEPENDS.txt
depends: DEPENDS.txt

0 comments on commit c27838c

Please sign in to comment.